]> 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)
commiteafd4c78ee25c52d7c9184958092ab0ebb7f5083
tree39fbd0da4a83749fa57d91220b4a8fea02101afd
parentbdd2b98909e5e01b225c3d294887843f19671d01
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