diff options
author | Hui Wang <hui.wang@canonical.com> | 2019-07-16 03:21:34 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-07-16 03:34:57 -0400 |
commit | 4b4e0e32e4b09274dbc9d173016c1a026f44608c (patch) | |
tree | 0f537cc8b0decb70ccd7da8e84e50a78d700e177 /sound/pci | |
parent | 2f235d92ac225361a9c653cb76c7ca8ef99621de (diff) |
ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
Without this patch, the headset-mic and headphone-mic don't work.
Cc: <stable@vger.kernel.org>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 1c84c12b39b3..de224cbea7a0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -8803,6 +8803,11 @@ static const struct snd_hda_pin_quirk alc662_pin_fixup_tbl[] = { | |||
8803 | {0x18, 0x01a19030}, | 8803 | {0x18, 0x01a19030}, |
8804 | {0x1a, 0x01813040}, | 8804 | {0x1a, 0x01813040}, |
8805 | {0x21, 0x01014020}), | 8805 | {0x21, 0x01014020}), |
8806 | SND_HDA_PIN_QUIRK(0x10ec0867, 0x1028, "Dell", ALC891_FIXUP_DELL_MIC_NO_PRESENCE, | ||
8807 | {0x16, 0x01813030}, | ||
8808 | {0x17, 0x02211010}, | ||
8809 | {0x18, 0x01a19040}, | ||
8810 | {0x21, 0x01014020}), | ||
8806 | SND_HDA_PIN_QUIRK(0x10ec0662, 0x1028, "Dell", ALC662_FIXUP_DELL_MIC_NO_PRESENCE, | 8811 | SND_HDA_PIN_QUIRK(0x10ec0662, 0x1028, "Dell", ALC662_FIXUP_DELL_MIC_NO_PRESENCE, |
8807 | {0x14, 0x01014010}, | 8812 | {0x14, 0x01014010}, |
8808 | {0x18, 0x01a19020}, | 8813 | {0x18, 0x01a19020}, |