]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.36.2/alsa-hda-use-bios-auto-parsing-instead-of-existing-model-quirk-for-medion-md2.patch
Fixes for 5.10
[thirdparty/kernel/stable-queue.git] / releases / 2.6.36.2 / alsa-hda-use-bios-auto-parsing-instead-of-existing-model-quirk-for-medion-md2.patch
1 From ac70eb1305d5a81efd1e32327d7e79be15a63a5a Mon Sep 17 00:00:00 2001
2 From: Daniel T Chen <crimsun@ubuntu.com>
3 Date: Sat, 27 Nov 2010 13:58:04 -0500
4 Subject: ALSA: hda: Use BIOS auto-parsing instead of existing model quirk for MEDION MD2
5
6 From: Daniel T Chen <crimsun@ubuntu.com>
7
8 commit ac70eb1305d5a81efd1e32327d7e79be15a63a5a upstream.
9
10 BugLink: https://launchpad.net/bugs/682199
11
12 A 2.6.35 (Ubuntu Maverick) user, burningphantom1, reported a regression
13 in audio: playback was inaudible through both speakers and headphones.
14 In commit 272a527c04 of sound-2.6.git, a new model was added with this
15 machine's PCI SSID. Fortunately, it is now sufficient to use the auto
16 model for BIOS auto-parsing instead of the existing quirk.
17
18 Playback, capture, and jack sense were verified working for both
19 2.6.35 and the alsa-driver snapshot from 2010-11-27 when model=auto is
20 used.
21
22 Reported-and-tested-by: burningphantom1
23 Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
24 Signed-off-by: Takashi Iwai <tiwai@suse.de>
25 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
26
27 ---
28 sound/pci/hda/patch_realtek.c | 1 -
29 1 file changed, 1 deletion(-)
30
31 --- a/sound/pci/hda/patch_realtek.c
32 +++ b/sound/pci/hda/patch_realtek.c
33 @@ -9664,7 +9664,6 @@ static struct snd_pci_quirk alc882_cfg_t
34 SND_PCI_QUIRK(0x17aa, 0x3bfc, "Lenovo NB0763", ALC883_LENOVO_NB0763),
35 SND_PCI_QUIRK(0x17aa, 0x3bfd, "Lenovo NB0763", ALC883_LENOVO_NB0763),
36 SND_PCI_QUIRK(0x17aa, 0x101d, "Lenovo Sky", ALC888_LENOVO_SKY),
37 - SND_PCI_QUIRK(0x17c0, 0x4071, "MEDION MD2", ALC883_MEDION_MD2),
38 SND_PCI_QUIRK(0x17c0, 0x4085, "MEDION MD96630", ALC888_LENOVO_MS7195_DIG),
39 SND_PCI_QUIRK(0x17f2, 0x5000, "Albatron KI690-AM2", ALC883_6ST_DIG),
40 SND_PCI_QUIRK(0x1991, 0x5625, "Haier W66", ALC883_HAIER_W66),