]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
authorHui Wang <hui.wang@canonical.com>
Fri, 2 Mar 2018 05:05:36 +0000 (13:05 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 2 Mar 2018 08:59:15 +0000 (09:59 +0100)
commitd5078193e56bb24f4593f00102a3b5e07bb84ee0
tree74ac7f5d5d49f16a763004f2eb8ccb390316f2dd
parentc77a6edb6d4d35204673cad7389c317bfb17492e
ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines

With the alc289, the Pin 0x1b is Headphone-Mic, so we should assign
ALC269_FIXUP_DELL4_MIC_NO_PRESENCE rather than
ALC225_FIXUP_DELL1_MIC_NO_PRESENCE to it. And this change is suggested
by Kailang of Realtek and is verified on the machine.

Fixes: 3f2f7c553d07 ("ALSA: hda - Fix headset mic detection problem for two Dell machines")
Cc: Kailang Yang <kailang@realtek.com>
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