]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ALSA: hda - Add hdmi chmap verb programming ops to chmap object
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Fri, 4 Mar 2016 14:29:49 +0000 (19:59 +0530)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Mar 2016 14:41:31 +0000 (15:41 +0100)
commit739ffee97ed550a2899a925ed3f260fa1e8fa955
treed6c16c5c52a798cb5a049e20c84bb2d242a2d2bd
parentf302240da5d5cfc7366dc6994c523aa2aa17c122
ALSA: hda - Add hdmi chmap verb programming ops to chmap object

Add slot and channel count programming to hdmi_chmap object and
move the chmap_ops to core. Use register_chmap_ops API to
register for default ops.  Override specific chmap ops in the
driver.

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hda_chmap.h
sound/hda/Makefile
sound/hda/hdmi_chmap.c [new file with mode: 0644]
sound/pci/hda/patch_hdmi.c