]> asedeno.scripts.mit.edu Git - linux.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)
commit67b90cb84be8fde0e51f71834e15c32fbec08562
tree2e3d5a7c1abb278db873482447414b9df3a91cf8
parentcdb1ee3f6c55b028cebc6af0280851bf89dbce2d
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