diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pcmcia/pdaudiocf/pdaudiocf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.c b/sound/pcmcia/pdaudiocf/pdaudiocf.c index fd3590fcaedb..a31d80cd1655 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf.c | |||
@@ -299,7 +299,8 @@ static int pdacf_resume(struct pcmcia_device *link) | |||
299 | * Module entry points | 299 | * Module entry points |
300 | */ | 300 | */ |
301 | static struct pcmcia_device_id snd_pdacf_ids[] = { | 301 | static struct pcmcia_device_id snd_pdacf_ids[] = { |
302 | PCMCIA_DEVICE_MANF_CARD(0x015d, 0x4c45), | 302 | /* this is too general PCMCIA_DEVICE_MANF_CARD(0x015d, 0x4c45), */ |
303 | PCMCIA_DEVICE_PROD_ID12("Core Sound","PDAudio-CF",0x396d19d2,0x71717b49), | ||
303 | PCMCIA_DEVICE_NULL | 304 | PCMCIA_DEVICE_NULL |
304 | }; | 305 | }; |
305 | MODULE_DEVICE_TABLE(pcmcia, snd_pdacf_ids); | 306 | MODULE_DEVICE_TABLE(pcmcia, snd_pdacf_ids); |