]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.drivers/alsa-hda-sony-vaio-vgn-sr19xn-quirk
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / alsa-hda-sony-vaio-vgn-sr19xn-quirk
CommitLineData
2cb7cef9
BS
1From: Takashi Iwai <tiwai@suse.de>
2Subject: ALSA: hda - Add quirk for Sony VAIO VGN-SR19XN
3Patch-mainline:
4References: bnc#450080
5
6Added model=sony-assamd for Sony VAIO VGN-SR19XN with ALC262 codec.
7Reference: Novell bnc#450080
8 https://bugzilla.novell.com/show_bug.cgi?id=450080
9
10Signed-off-by: Takashi Iwai <tiwai@suse.de>
11
12---
13 sound/pci/hda/patch_realtek.c | 2 ++
14 1 file changed, 2 insertions(+)
15
16--- a/sound/pci/hda/patch_realtek.c
17+++ b/sound/pci/hda/patch_realtek.c
18@@ -10477,6 +10477,8 @@ static struct snd_pci_quirk alc262_cfg_t
19 SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD),
20 SND_PCI_QUIRK(0x104d, 0x900e, "Sony ASSAMD", ALC262_SONY_ASSAMD),
21 SND_PCI_QUIRK(0x104d, 0x9015, "Sony 0x9015", ALC262_SONY_ASSAMD),
22+ SND_PCI_QUIRK(0x104d, 0x9033, "Sony VAIO VGN-SR19XN",
23+ ALC262_SONY_ASSAMD),
24 SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1",
25 ALC262_TOSHIBA_RX1),
26 SND_PCI_QUIRK(0x1179, 0xff7b, "Toshiba S06", ALC262_TOSHIBA_S06),