]> Pileus Git - ~andy/linux/commit
ALSA: hda - Improve loopback path lookups for AD1983
authorTakashi Iwai <tiwai@suse.de>
Wed, 5 Feb 2014 07:49:41 +0000 (08:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Feb 2014 07:49:41 +0000 (08:49 +0100)
commit276ab336b4c6e483d12fd46cbf24f97f71867710
treecc81ed1da994ee9494e7d3ce815de2e31f238865
parentc20f31ec421ea4fabea5e95a6afd46c5f41e5599
ALSA: hda - Improve loopback path lookups for AD1983

AD1983 has flexible loopback routes and the generic parser would take
wrong path confusingly instead of taking individual paths via NID 0x0c
and 0x0d.  For avoiding it, limit the connections at these widgets so
that the parser can think more straightforwardly.  This fixes the
regression of the missing line-in loopback on Dell machine.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=70011
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_analog.c