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)
commit1f015f5fdc4003f3f2a7c66efdb1acf7a2d230bf
tree39fbd0da4a83749fa57d91220b4a8fea02101afd
parent3c715a98844f72cec0fa3ef2b68232b8f751468b
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