]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.6/0003-ALSA-HDA-Remove-quirk-for-Asus-N53Jq.patch
linux-ti335x-psp 3.2: update to 3.2.6
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 3.2.6 / 0003-ALSA-HDA-Remove-quirk-for-Asus-N53Jq.patch
1 From ab692dfced98f2967cf710941d686e66cf519afb Mon Sep 17 00:00:00 2001
2 From: David Henningsson <david.henningsson@canonical.com>
3 Date: Fri, 27 Jan 2012 14:31:19 +0100
4 Subject: [PATCH 03/87] ALSA: HDA: Remove quirk for Asus N53Jq
6 commit a389d67cf9849aff1722ed73186a584e2196a873 upstream.
8 The user reports that he needs to add model=auto for audio to
9 work properly. In fact, since node 0x15 is not even a pin node,
10 the existing fixup is definitely wrong. Relevant information can
11 be found in the buglink below.
13 BugLink: https://bugs.launchpad.net/bugs/918254
14 Signed-off-by: David Henningsson <david.henningsson@canonical.com>
15 Signed-off-by: Takashi Iwai <tiwai@suse.de>
16 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 ---
18  sound/pci/hda/patch_realtek.c |    1 -
19  1 files changed, 0 insertions(+), 1 deletions(-)
21 diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
22 index 5f03c40..d02e8e0 100644
23 --- a/sound/pci/hda/patch_realtek.c
24 +++ b/sound/pci/hda/patch_realtek.c
25 @@ -5011,7 +5011,6 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
26         SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
27                       ALC269_FIXUP_AMIC),
28         SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269_FIXUP_AMIC),
29 -       SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N63Jn", ALC269_FIXUP_AMIC),
30         SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269_FIXUP_AMIC),
31         SND_PCI_QUIRK(0x1043, 0x1133, "ASUS UJ20ft", ALC269_FIXUP_AMIC),
32         SND_PCI_QUIRK(0x1043, 0x1183, "ASUS K72DR", ALC269_FIXUP_AMIC),
33 -- 
34 1.7.7.4