]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - queue-4.19/alsa-hda-realtek-add-support-headset-mode-for-new-dell-wyse-nb.patch
5.0-stable patches
[thirdparty/kernel/stable-queue.git] / queue-4.19 / alsa-hda-realtek-add-support-headset-mode-for-new-dell-wyse-nb.patch
CommitLineData
56fd9418
GKH
1From da484d00f020af3dd7cfcc6c4b69a7f856832883 Mon Sep 17 00:00:00 2001
2From: Kailang Yang <kailang@realtek.com>
3Date: Thu, 14 Mar 2019 15:50:59 +0800
4Subject: ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
5
6From: Kailang Yang <kailang@realtek.com>
7
8commit da484d00f020af3dd7cfcc6c4b69a7f856832883 upstream.
9
10Enable headset mode support for new WYSE NB platform.
11
12Signed-off-by: Kailang Yang <kailang@realtek.com>
13Signed-off-by: Takashi Iwai <tiwai@suse.de>
14Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15
16---
17 sound/pci/hda/patch_realtek.c | 1 +
18 1 file changed, 1 insertion(+)
19
20--- a/sound/pci/hda/patch_realtek.c
21+++ b/sound/pci/hda/patch_realtek.c
22@@ -6657,6 +6657,7 @@ static const struct snd_pci_quirk alc269
23 SND_PCI_QUIRK(0x1028, 0x0872, "Dell Precision 3630", ALC255_FIXUP_DELL_HEADSET_MIC),
24 SND_PCI_QUIRK(0x1028, 0x0873, "Dell Precision 3930", ALC255_FIXUP_DUMMY_LINEOUT_VERB),
25 SND_PCI_QUIRK(0x1028, 0x08ad, "Dell WYSE AIO", ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE),
26+ SND_PCI_QUIRK(0x1028, 0x08ae, "Dell WYSE NB", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE),
27 SND_PCI_QUIRK(0x1028, 0x0935, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),
28 SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
29 SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),