]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.38.8/alsa-hda-add-quirk-for-lenovo-u350.patch
Revert "Fixes for 6.9"
[thirdparty/kernel/stable-queue.git] / releases / 2.6.38.8 / alsa-hda-add-quirk-for-lenovo-u350.patch
1 From d2859fd49200f1f3efd8acdb54b6d51d3ab82302 Mon Sep 17 00:00:00 2001
2 From: David Henningsson <david.henningsson@canonical.com>
3 Date: Mon, 23 May 2011 08:26:16 +0200
4 Subject: ALSA: HDA: Add quirk for Lenovo U350
5
6 From: David Henningsson <david.henningsson@canonical.com>
7
8 commit d2859fd49200f1f3efd8acdb54b6d51d3ab82302 upstream.
9
10 Add model=asus quirk for Lenovo Ideapad U350 to make internal mic
11 work correctly.
12
13 BugLink: http://bugs.launchpad.net/bugs/751681
14 Reported-by: Kent Baxley <kent.baxley@canonical.com>
15 Signed-off-by: David Henningsson <david.henningsson@canonical.com>
16 Signed-off-by: Takashi Iwai <tiwai@suse.de>
17 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18
19 ---
20 sound/pci/hda/patch_conexant.c | 1 +
21 1 file changed, 1 insertion(+)
22
23 --- a/sound/pci/hda/patch_conexant.c
24 +++ b/sound/pci/hda/patch_conexant.c
25 @@ -3132,6 +3132,7 @@ static struct snd_pci_quirk cxt5066_cfg_
26 SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo Thinkpad", CXT5066_THINKPAD),
27 SND_PCI_QUIRK(0x17aa, 0x21da, "Lenovo X220", CXT5066_THINKPAD),
28 SND_PCI_QUIRK(0x17aa, 0x21db, "Lenovo X220-tablet", CXT5066_THINKPAD),
29 + SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo U350", CXT5066_ASUS),
30 SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo G560", CXT5066_ASUS),
31 SND_PCI_QUIRK_VENDOR(0x17aa, "Lenovo", CXT5066_IDEAPAD), /* Fallback for Lenovos without dock mic */
32 {}