summaryrefslogtreecommitdiffstats
path: root/sound/oss
diff options
context:
space:
mode:
authorTakashi Iwai2009-06-29 18:05:09 +0200
committerTakashi Iwai2009-06-29 18:05:09 +0200
commit580c9d373ce7ccfbc5227e985fca761f8f039af3 (patch)
tree4de132f09624dd2cafc51fcd3171e41494adef64 /sound/oss
parentMerge branch 'fix/oxygen' into for-linus (diff)
parentsound: Use PCI_VDEVICE for CREATIVE and ECTIVA (diff)
downloadkernel-qcow2-linux-580c9d373ce7ccfbc5227e985fca761f8f039af3.tar.gz
kernel-qcow2-linux-580c9d373ce7ccfbc5227e985fca761f8f039af3.tar.xz
kernel-qcow2-linux-580c9d373ce7ccfbc5227e985fca761f8f039af3.zip
Merge branch 'fix/pci-vdevice' into for-linus
* fix/pci-vdevice: sound: Use PCI_VDEVICE for CREATIVE and ECTIVA sound: Use PCI_VDEVICE
Diffstat (limited to 'sound/oss')
-rw-r--r--sound/oss/kahlua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/kahlua.c b/sound/oss/kahlua.c
index c180598f1710..89466b056be7 100644
--- a/sound/oss/kahlua.c
+++ b/sound/oss/kahlua.c
@@ -199,7 +199,7 @@ MODULE_LICENSE("GPL");
*/
static struct pci_device_id id_tbl[] = {
- { PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_AUDIO, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+ { PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5530_AUDIO), 0 },
{ }
};