]> git.ipfire.org Git - thirdparty/kernel/stable.git/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Feb 2014 19:10:09 +0000 (11:10 -0800)
commitc04b2f8d75cd2985df7f1ea1ac181cfe9dea8848
treee63255c1fadbea2a546ccea0e5f3d1bd1df5dd94
parent2a1d2233ca003b6867ce3056531dfee8118bc959
ALSA: hda - Improve loopback path lookups for AD1983

commit 276ab336b4c6e483d12fd46cbf24f97f71867710 upstream.

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
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_analog.c