]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix double-headphone/speaker paths for Cxt auto-parser
authorTakashi Iwai <tiwai@suse.de>
Tue, 23 Aug 2011 12:57:08 +0000 (14:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 23 Aug 2011 12:57:08 +0000 (14:57 +0200)
commit8b045195316d0ad7e0e8f30a7f4392b5bb23ace9
tree39fbd0da4a83749fa57d91220b4a8fea02101afd
parent6352334b554d3631c409f6989f082e513c408717
ALSA: hda - Fix double-headphone/speaker paths for Cxt auto-parser

When multiple headphones or speakers are assigned but no individual
DACs are available, the driver should take the first HP/SPK DAC instead
of another primary output.  The patch adds a bit-flag to dac field of
struct pin_dac_pair indicating that it's a slave DAC.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c