---------------------
PatchSet 3108 
Date: 2005/04/11 14:17:19
Author: tiwai
Branch: HEAD
Tag: (none) 
Log:
Summary: Add PCI ID for Gallant Odyssey Sound 4

The Gallant Odyssey Sound 4 card is based on the ForteMedia FM801
chip, but has a different PCI ID.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>

Members: 
	pci/fm801.c:1.56->1.57 

Index: /sound/pci/fm801.c
diff -u /sound/pci/fm801.c.old /sound/pci/fm801.c
--- /sound/pci/fm801.c.old	Tue Feb 15 09:27:47 2005
+++ /sound/pci/fm801.c	Mon Apr 11 06:17:19 2005
@@ -195,6 +195,7 @@
 
 static struct pci_device_id snd_fm801_ids[] = {
 	{ 0x1319, 0x0801, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_MULTIMEDIA_AUDIO << 8, 0xffff00, 0, },   /* FM801 */
+	{ 0x5213, 0x0510, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_MULTIMEDIA_AUDIO << 8, 0xffff00, 0, },   /* Gallant Odyssey Sound 4 */
 	{ 0, }
 };