]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.36.2/alsa-hda-add-samsung-r720-ssid-for-subwoofer-pin-fixup.patch
fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 2.6.36.2 / alsa-hda-add-samsung-r720-ssid-for-subwoofer-pin-fixup.patch
1 From a0e90acc657990511c83bc69965bfd3c63386d45 Mon Sep 17 00:00:00 2001
2 From: Daniel T Chen <crimsun@ubuntu.com>
3 Date: Sat, 20 Nov 2010 10:20:35 -0500
4 Subject: ALSA: hda: Add Samsung R720 SSID for subwoofer pin fixup
5
6 From: Daniel T Chen <crimsun@ubuntu.com>
7
8 commit a0e90acc657990511c83bc69965bfd3c63386d45 upstream.
9
10 BugLink: https://launchpad.net/bugs/677830
11
12 The original reporter states that the subwoofer does not mute when
13 inserting headphones. We need an entry for his machine's SSID in the
14 subwoofer pin fixup list, so add it there (verified using hda_analyzer).
15
16 Reported-and-tested-by: i-NoD
17 Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
18 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
20
21 ---
22 sound/pci/hda/patch_realtek.c | 1 +
23 1 file changed, 1 insertion(+)
24
25 --- a/sound/pci/hda/patch_realtek.c
26 +++ b/sound/pci/hda/patch_realtek.c
27 @@ -18956,6 +18956,7 @@ static const struct alc_fixup alc662_fix
28
29 static struct snd_pci_quirk alc662_fixup_tbl[] = {
30 SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE),
31 + SND_PCI_QUIRK(0x144d, 0xc051, "Samsung R720", ALC662_FIXUP_IDEAPAD),
32 SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),
33 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
34 {}