aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-04-24 20:28:38 +0200
committerJaroslav Kysela <perex@suse.cz>2004-04-24 20:28:38 +0200
commit6e53c1eea05e9f94835572093bd71bd6321a994f (patch)
treef8e7786b75a1a4c08039d3b608f2a236fb2474dd /sound
parent0a93bbb6176c83ae2e569bee2d0da020a3545d30 (diff)
downloadhistory-6e53c1eea05e9f94835572093bd71bd6321a994f.tar.gz
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
ATIIXP driver - added the PCI id entry for SB300. - added the missing terminator to the PCI id list.
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/atiixp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c
index 14af96844301f2..48aa02864c191c 100644
--- a/sound/pci/atiixp.c
+++ b/sound/pci/atiixp.c
@@ -286,7 +286,9 @@ struct snd_atiixp {
/*
*/
static struct pci_device_id snd_atiixp_ids[] = {
- { 0x1002, 0x4341, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+ { 0x1002, 0x4341, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB200 */
+ { 0x1002, 0x4361, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB300 */
+ { 0, }
};
MODULE_DEVICE_TABLE(pci, snd_atiixp_ids);