diff options
author | Hui Wang <hui.wang@canonical.com> | 2017-03-22 22:00:25 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-30 03:41:23 -0400 |
commit | 0fe8771373c2ddb6ba3c3bc203977135be0716b1 (patch) | |
tree | 617cc8ae71a8900b06c8bc6ff580bfc926da2c19 /sound/pci/hda | |
parent | e800ff1fade62300f2e09f0789e243337e8a8d63 (diff) |
ALSA: hda - Adding a group of pin definition to fix headset problem
commit 3f307834e695f59dac4337a40316bdecfb9d0508 upstream.
A new Dell laptop needs to apply ALC269_FIXUP_DELL1_MIC_NO_PRESENCE to
fix the headset problem, and the pin definiton of this machine is not
in the pin quirk table yet, now adding it to the table.
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 0c62b1d8c11b..112caa2d3c14 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -6058,6 +6058,8 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { | |||
6058 | ALC295_STANDARD_PINS, | 6058 | ALC295_STANDARD_PINS, |
6059 | {0x17, 0x21014040}, | 6059 | {0x17, 0x21014040}, |
6060 | {0x18, 0x21a19050}), | 6060 | {0x18, 0x21a19050}), |
6061 | SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, | ||
6062 | ALC295_STANDARD_PINS), | ||
6061 | SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, | 6063 | SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, |
6062 | ALC298_STANDARD_PINS, | 6064 | ALC298_STANDARD_PINS, |
6063 | {0x17, 0x90170110}), | 6065 | {0x17, 0x90170110}), |