[ALSA] Add PCI ID for Gallant Odyssey Sound 4
authorSergey Vlasov <vsu@altlinux.ru>
Mon, 11 Apr 2005 12:17:19 +0000 (14:17 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 07:59:04 +0000 (09:59 +0200)
FM801 driver
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/fm801.c

index 08e7c5a..3291434 100644 (file)
@@ -195,6 +195,7 @@ struct _snd_fm801 {
 
 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, }
 };