Update of /cvsroot/alsa/alsa-driver/pci/au88x0
In directory sc8-pr-cvs1:/tmp/cvs-serv3804

Modified Files:
        au88x0.c 
Log Message:
- set the driver name specific to the chip used.



Index: au88x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au88x0.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- au88x0.c    20 Nov 2003 10:48:03 -0000      1.3
+++ au88x0.c    27 Nov 2003 16:50:20 -0000      1.4
@@ -257,8 +257,8 @@
 #endif
 
     // (5)
-    strcpy(card->driver, "Aureal Vortex");
-    strcpy(card->shortname, CARD_NAME_SHORT);
+    strcpy(card->driver, CARD_NAME_SHORT);
+    strcpy(card->shortname, "Aureal Vortex " CARD_NAME_SHORT);
     sprintf(card->longname, "%s at 0x%lx irq %i",
             card->shortname, chip->io, chip->irq);
     



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to