]> git.baikalelectronics.ru Git - kernel.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)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Feb 2014 07:49:41 +0000 (08:49 +0100)
commit4f79fbac0837a86e5d875bfe24dfecf39ab80149
treecc81ed1da994ee9494e7d3ce815de2e31f238865
parentdd62702a0ff831658ae42fc468e877b73d7d6328
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