summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.17/0111-ALSA-HDA-Add-external-mic-quirk-for-Asus-Zenbook-UX3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.17/0111-ALSA-HDA-Add-external-mic-quirk-for-Asus-Zenbook-UX3.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.17/0111-ALSA-HDA-Add-external-mic-quirk-for-Asus-Zenbook-UX3.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.17/0111-ALSA-HDA-Add-external-mic-quirk-for-Asus-Zenbook-UX3.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.17/0111-ALSA-HDA-Add-external-mic-quirk-for-Asus-Zenbook-UX3.patch
new file mode 100644
index 00000000..86dbcea7
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.17/0111-ALSA-HDA-Add-external-mic-quirk-for-Asus-Zenbook-UX3.patch
@@ -0,0 +1,37 @@
1From 12bea9197ab5065d6eebf8a3746d486acc05963d Mon Sep 17 00:00:00 2001
2From: David Henningsson <david.henningsson@canonical.com>
3Date: Fri, 20 Apr 2012 10:01:46 +0200
4Subject: [PATCH 111/165] ALSA: HDA: Add external mic quirk for Asus Zenbook
5 UX31E
6
7commit 5ac57550f279c3d991ef0b398681bcaca18169f7 upstream.
8
9According to the reporter, external mic starts to work if the
10laptop-dmic model is used. According to BIOS pin config, all
11pins are consistent with the alc269vb_laptop_dmic fixup, except
12for the external mic, which is not present.
13
14BugLink: https://bugs.launchpad.net/bugs/950490
15Signed-off-by: David Henningsson <david.henningsson@canonical.com>
16Signed-off-by: Takashi Iwai <tiwai@suse.de>
17[bwh: Backported to 3.2: adjust context]
18Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
19---
20 sound/pci/hda/patch_realtek.c | 1 +
21 1 files changed, 1 insertions(+), 0 deletions(-)
22
23diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
24index dc8a6fc..0bc5a46 100644
25--- a/sound/pci/hda/patch_realtek.c
26+++ b/sound/pci/hda/patch_realtek.c
27@@ -5032,6 +5032,7 @@ static const struct alc_fixup alc269_fixups[] = {
28 };
29
30 static const struct snd_pci_quirk alc269_fixup_tbl[] = {
31+ SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_DMIC),
32 SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW),
33 SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC),
34 SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
35--
361.7.7.6
37