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:34:10 +0000 (11:34 -0800)
commit8a8c97e6cc6a7b311617a32fe182ec6a69a9e9af
treef5c62b63746b47f9e185850b70d8cbf9ec42ad2a
parent946c119beade4f44113c09974410af82e92fcc3c
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