]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-sony-vaio-vgn-sr19xn-quirk
Revert "Disable build of xen kernel."
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-hda-sony-vaio-vgn-sr19xn-quirk
1 From: Takashi Iwai <tiwai@suse.de>
2 Subject: ALSA: hda - Add quirk for Sony VAIO VGN-SR19XN
3 Patch-mainline:
4 References: bnc#450080
5
6 Added model=sony-assamd for Sony VAIO VGN-SR19XN with ALC262 codec.
7 Reference: Novell bnc#450080
8 https://bugzilla.novell.com/show_bug.cgi?id=450080
9
10 Signed-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 @@ -10473,6 +10473,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),