X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=sound%2Fpci%2Fsonicvibes.c;h=337b9facadfdb4f1afc9061f857cf78c37c8703c;hb=d472d1a1c82ade81d2854db2ff4c9694ed66612e;hp=7dc60ad4772e33b76027efe35265991ffa3ea8ef;hpb=2f4f27d42a301ed147e50c2edbcd27bb8990bc8e;p=safe%2Fjmp%2Flinux-2.6 diff --git a/sound/pci/sonicvibes.c b/sound/pci/sonicvibes.c index 7dc60ad..337b9fa 100644 --- a/sound/pci/sonicvibes.c +++ b/sound/pci/sonicvibes.c @@ -242,8 +242,8 @@ struct sonicvibes { #endif }; -static struct pci_device_id snd_sonic_ids[] = { - { 0x5333, 0xca00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, +static DEFINE_PCI_DEVICE_TABLE(snd_sonic_ids) = { + { PCI_VDEVICE(S3, 0xca00), 0, }, { 0, } };