ALSA: hda - Don't set indep_hp flag for old AD codecs
authorTakashi Iwai <tiwai@suse.de>
Mon, 13 Jan 2014 11:40:07 +0000 (12:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Feb 2014 19:22:21 +0000 (11:22 -0800)
commit5fdc514317fc03a570dd3667ce5820ce3cfb5cea
treee3610ae23e36c269d69e7c55a52816f6f18a877b
parentee1c2e62dc47f69e5b4b18b1af33851c9491e0c7
ALSA: hda - Don't set indep_hp flag for old AD codecs

commit cbd209f41ea5f39394de5c1fe2dd9aa54a9c5744 upstream.

Some old AD codecs don't like the independent HP handling, either it
contains a single DAC (AD1981) or it mandates the mixer routing
(AD1986A).  This patch removes the indep_hp flag for such codecs.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=68081
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_analog.c