commit | 28d27aae9432c300857722a917be4065c6d7abff | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jun 24 22:13:35 2009 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jun 25 08:52:49 2009 +0200 |
tree | 8ffbf84a5a2989e5c82273335dc88ea31de5588a | |
parent | 28d0325ce6e0a52f53d8af687e6427fee59004d3 [diff] [blame] |
sound: Use PCI_VDEVICE Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/via82xx_modem.c b/sound/pci/via82xx_modem.c index 0d54e35..47eb615 100644 --- a/sound/pci/via82xx_modem.c +++ b/sound/pci/via82xx_modem.c
@@ -261,7 +261,7 @@ }; static struct pci_device_id snd_via82xx_modem_ids[] = { - { 0x1106, 0x3068, PCI_ANY_ID, PCI_ANY_ID, 0, 0, TYPE_CARD_VIA82XX_MODEM, }, + { PCI_VDEVICE(VIA, 0x3068), TYPE_CARD_VIA82XX_MODEM, }, { 0, } };