ALSA: hda - Add missing loopback merge path for AD1884/1984 codecs
authorTakashi Iwai <tiwai@suse.de>
Wed, 5 Mar 2014 10:52:24 +0000 (11:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Mar 2014 04:38:14 +0000 (21:38 -0700)
commit6f06330c7a0464591a4d43532654dbaf5dd509d1
treefa9258124b69ccb61ccbed600c32e08c775e0544
parent9bfc5d3d4844bcb66405f2ffbbf172c50b90414e
ALSA: hda - Add missing loopback merge path for AD1884/1984 codecs

commit c5eda4c1bf6214332c46fb2f4e7c42a85e5e5643 upstream.

The mixer widget (NID 0x20) of AD1884 and AD1984 codecs isn't
connected directly to the actual I/O paths but only via another mixer
widget (NID 0x21).  We need a similar fix as we did for AD1882.

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