]> 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)
commitb6c0d3864fb571ef56ee65bd91c120e9d98ca200
tree2e3d5a7c1abb278db873482447414b9df3a91cf8
parent8c96a060afd27cc0212329eaf0e054a468a75e50
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