]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Create common chmap object
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Fri, 4 Mar 2016 14:29:46 +0000 (19:59 +0530)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Mar 2016 14:41:28 +0000 (15:41 +0100)
commit493c094513b105b5caa3904e05c3d92e11c4fe23
tree2e3d5a7c1abb278db873482447414b9df3a91cf8
parentc489d5add1cd2316d2c1cf5aab6ce831f919b053
ALSA: hda - Create common chmap object

chmap object represents multichannel capability and contains chmap
ops. Legacy driver is updated to use this.

With next set of patches chmap object is moved to common to be
reused by other drivers (ex: skylake ASoC hdmi 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 [new file with mode: 0644]
sound/pci/hda/patch_hdmi.c