···9394/* Both VT1720 and VT1724 have the same PCI IDs */95static const struct pci_device_id snd_vt1724_ids[] = {96- { PCI_VENDOR_ID_ICE, PCI_DEVICE_ID_VT1724, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },97 { 0, }98};99
···9394/* Both VT1720 and VT1724 have the same PCI IDs */95static const struct pci_device_id snd_vt1724_ids[] = {96+ { PCI_VDEVICE(ICE, PCI_DEVICE_ID_VT1724), 0 },97 { 0, }98};99