Commit df752d86 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

D:2003/09/15 08:38:00
C:ENS1370/1+ driver
A:Jaroslav Kysela <perex@suse.cz>
F:pci/ens1370.c:1.48->1.49 
L:Distinguish the ENS1371+ and ENS1370 cards for pci_driver
parent a03ce652
...@@ -2354,7 +2354,11 @@ static void __devexit snd_audiopci_remove(struct pci_dev *pci) ...@@ -2354,7 +2354,11 @@ static void __devexit snd_audiopci_remove(struct pci_dev *pci)
} }
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "Ensoniq AudioPCI", #ifdef CHIP1371
.name = "Ensoniq 1371+",
#else
.name = "Ensoniq 1370",
#endif
.id_table = snd_audiopci_ids, .id_table = snd_audiopci_ids,
.probe = snd_audiopci_probe, .probe = snd_audiopci_probe,
.remove = __devexit_p(snd_audiopci_remove), .remove = __devexit_p(snd_audiopci_remove),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment