aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2014-06-27 02:41:59 -0400
committerTakashi Iwai <tiwai@suse.de>2014-06-27 06:09:57 -0400
commite03fdbde8aca2f6fe795803e4eccbc156d1eec5b (patch)
tree2faeb4db7e17a514f1569bfd11151322361a4422 /sound
parenta07187c992be945ab561b370cbb49cfd72064c3c (diff)
ALSA: hda - Add another headset pin quirk for some Dell machines
Another quirk to make the headset mic work on some new Dell machines. Cc: Hui Wang <hui.wang@canonical.com> BugLink: https://bugs.launchpad.net/bugs/1297581 Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 1c654effcd1a..2a8aaf04cec7 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5085,6 +5085,18 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
5085 {0x1b, 0x411111f0}, 5085 {0x1b, 0x411111f0},
5086 {0x1d, 0x40700001}, 5086 {0x1d, 0x40700001},
5087 {0x1e, 0x411111f0}), 5087 {0x1e, 0x411111f0}),
5088 SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
5089 {0x12, 0x40000000},
5090 {0x13, 0x90a60140},
5091 {0x14, 0x90170110},
5092 {0x15, 0x0221401f},
5093 {0x16, 0x411111f0},
5094 {0x18, 0x411111f0},
5095 {0x19, 0x411111f0},
5096 {0x1a, 0x411111f0},
5097 {0x1b, 0x411111f0},
5098 {0x1d, 0x40700001},
5099 {0x1e, 0x411111f0}),
5088 {} 5100 {}
5089}; 5101};
5090 5102