]> git.neil.brown.name Git - history.git/commitdiff
ALSA CVS update
authorJaroslav Kysela <perex@suse.cz>
Thu, 25 Sep 2003 17:21:27 +0000 (19:21 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 25 Sep 2003 17:21:27 +0000 (19:21 +0200)
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

sound/pci/ens1370.c

index 2a779b11de52259c4d26e9d4f0a5bf9be2af968b..4a3a0782ae6a5972470519de253263d47e914070 100644 (file)
@@ -2354,7 +2354,11 @@ static void __devexit snd_audiopci_remove(struct pci_dev *pci)
 }
 
 static struct pci_driver driver = {
-       .name = "Ensoniq AudioPCI",
+#ifdef CHIP1371
+       .name = "Ensoniq 1371+",
+#else
+       .name = "Ensoniq 1370",
+#endif
        .id_table = snd_audiopci_ids,
        .probe = snd_audiopci_probe,
        .remove = __devexit_p(snd_audiopci_remove),