]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.10.7/alsa-hda-adding-a-group-of-pin-definition-to-fix-headset-problem.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.10.7 / alsa-hda-adding-a-group-of-pin-definition-to-fix-headset-problem.patch
1 From 3f307834e695f59dac4337a40316bdecfb9d0508 Mon Sep 17 00:00:00 2001
2 From: Hui Wang <hui.wang@canonical.com>
3 Date: Thu, 23 Mar 2017 10:00:25 +0800
4 Subject: ALSA: hda - Adding a group of pin definition to fix headset problem
5
6 From: Hui Wang <hui.wang@canonical.com>
7
8 commit 3f307834e695f59dac4337a40316bdecfb9d0508 upstream.
9
10 A new Dell laptop needs to apply ALC269_FIXUP_DELL1_MIC_NO_PRESENCE to
11 fix the headset problem, and the pin definiton of this machine is not
12 in the pin quirk table yet, now adding it to the table.
13
14 Signed-off-by: Hui Wang <hui.wang@canonical.com>
15 Signed-off-by: Takashi Iwai <tiwai@suse.de>
16 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17
18 ---
19 sound/pci/hda/patch_realtek.c | 2 ++
20 1 file changed, 2 insertions(+)
21
22 --- a/sound/pci/hda/patch_realtek.c
23 +++ b/sound/pci/hda/patch_realtek.c
24 @@ -6058,6 +6058,8 @@ static const struct snd_hda_pin_quirk al
25 ALC295_STANDARD_PINS,
26 {0x17, 0x21014040},
27 {0x18, 0x21a19050}),
28 + SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
29 + ALC295_STANDARD_PINS),
30 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
31 ALC298_STANDARD_PINS,
32 {0x17, 0x90170110}),