]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-sony-vaio-vgn-sr19xn-quirk
Move xen patchset to new version's subdir.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-hda-sony-vaio-vgn-sr19xn-quirk
diff --git a/src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-sony-vaio-vgn-sr19xn-quirk b/src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-sony-vaio-vgn-sr19xn-quirk
new file mode 100644 (file)
index 0000000..9fb330c
--- /dev/null
@@ -0,0 +1,26 @@
+From: Takashi Iwai <tiwai@suse.de>
+Subject: ALSA: hda - Add quirk for Sony VAIO VGN-SR19XN
+Patch-mainline: 
+References: bnc#450080
+
+Added model=sony-assamd for Sony VAIO VGN-SR19XN with ALC262 codec.
+Reference: Novell bnc#450080
+       https://bugzilla.novell.com/show_bug.cgi?id=450080
+
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+
+---
+ sound/pci/hda/patch_realtek.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -10473,6 +10473,8 @@ static struct snd_pci_quirk alc262_cfg_t
+       SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD),
+       SND_PCI_QUIRK(0x104d, 0x900e, "Sony ASSAMD", ALC262_SONY_ASSAMD),
+       SND_PCI_QUIRK(0x104d, 0x9015, "Sony 0x9015", ALC262_SONY_ASSAMD),
++      SND_PCI_QUIRK(0x104d, 0x9033, "Sony VAIO VGN-SR19XN",
++                    ALC262_SONY_ASSAMD),
+       SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1",
+                     ALC262_TOSHIBA_RX1),
+       SND_PCI_QUIRK(0x1179, 0xff7b, "Toshiba S06", ALC262_TOSHIBA_S06),