OSDN Git Service

ALSA: hda - fix a problem for lineout on a Dell AIO machine
authorHui Wang <hui.wang@canonical.com>
Fri, 31 Mar 2017 02:31:40 +0000 (10:31 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 31 Mar 2017 08:58:26 +0000 (10:58 +0200)
commit2f726aec19a9d2c63bec9a8a53a3910ffdcd09f8
treec1d36c891e3e85c7e3a12fc914aadfa3957f56f9
parent9dfcce42b09cde01b2b1f5527ed91112a04a8ab0
ALSA: hda - fix a problem for lineout on a Dell AIO machine

On this Dell AIO machine, the lineout jack does not work.

We found the pin 0x1a is assigned to lineout on this machine, and in
the past, we applied ALC298_FIXUP_DELL1_MIC_NO_PRESENCE to fix the
heaset-set mic problem for this machine, this fixup will redefine
the pin 0x1a to headphone-mic, as a result the lineout doesn't
work anymore.

After consulting with Dell, they told us this machine doesn't support
microphone via headset jack, so we add a new fixup which only defines
the pin 0x18 as the headset-mic.

[rearranged the fixup insertion position by tiwai in order to make the
 merge with other branches easier -- tiwai]

Fixes: 59ec4b57bcae ("ALSA: hda - Fix headset mic detection problem for two dell machines")
Cc: <stable@vger.kernel.org>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c