Update of /cvsroot/alsa/alsa-kernel/arm
In directory usw-pr-cvs1:/tmp/cvs-serv18246/arm

Modified Files:
        sa11xx-uda1341.c 
Log Message:
Changed module option names: snd_xxxx ==> xxxx


Index: sa11xx-uda1341.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/arm/sa11xx-uda1341.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sa11xx-uda1341.c    6 Aug 2002 18:03:25 -0000       1.4
+++ sa11xx-uda1341.c    21 Oct 2002 18:28:19 -0000      1.5
@@ -46,10 +46,10 @@
 MODULE_CLASSES("{sound}");
 MODULE_DEVICES("{{UDA1341,iPAQ H3600 UDA1341TS}}");
 
-static char *snd_id = NULL;    /* ID for this card */
+static char *id = NULL;        /* ID for this card */
 
-MODULE_PARM(snd_id, "s");
-MODULE_PARM_DESC(snd_id, "ID string for SA1100/SA1111 + UDA1341TS soundcard.");
+MODULE_PARM(id, "s");
+MODULE_PARM_DESC(id, "ID string for SA1100/SA1111 + UDA1341TS soundcard.");
 
 #define chip_t sa11xx_uda1341_t
 
@@ -884,7 +884,7 @@
                return -ENODEV;
 
        /* register the soundcard */
-       card = snd_card_new(-1, snd_id, THIS_MODULE, 0);
+       card = snd_card_new(-1, id, THIS_MODULE, 0);
        if (card == NULL)
                return -ENOMEM;
        sa11xx_uda1341 = snd_magic_kcalloc(sa11xx_uda1341_t, 0, GFP_KERNEL);



-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of 
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) 
program now. http://ad.doubleclick.net/clk;4699841;7576298;k?
http://www.sun.com/javavote
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to