Update of /cvsroot/alsa/alsa-driver/isa
In directory usw-pr-cvs1:/tmp/cvs-serv5217

Modified Files:
        sscape.c 
Log Message:
Changed module options: snd_xxxx ==> xxxx

Index: sscape.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/sscape.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sscape.c    8 Oct 2002 10:11:08 -0000       1.8
+++ sscape.c    21 Oct 2002 18:52:09 -0000      1.9
@@ -52,11 +52,11 @@
 MODULE_DESCRIPTION("ENSONIQ SoundScape PnP driver");
 MODULE_LICENSE("GPL");
 
-static int snd_index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
+static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
 
-MODULE_PARM(snd_index, "1-" __MODULE_STRING(SNDRV_CARDS) "i");
-MODULE_PARM_DESC(snd_index, "Index number for this soundcard");
-MODULE_PARM_SYNTAX(snd_index, SNDRV_INDEX_DESC);
+MODULE_PARM(index, "1-" __MODULE_STRING(SNDRV_CARDS) "i");
+MODULE_PARM_DESC(index, "Index number for this soundcard");
+MODULE_PARM_SYNTAX(index, SNDRV_INDEX_DESC);
 
 static const struct isapnp_card_id sscape_pnpids[] __devinitdata = {
        {ISAPNP_CARD_ID('E', 'N', 'S', 0x3081), .devs = {ISAPNP_DEVICE_ID('E', 'N', 
'S', 0x0000)}},
@@ -1116,7 +1116,7 @@
         * Create a new ALSA sound card entry, in anticipation
         * of detecting our hardware ...
         */
-       if ((card = snd_card_new(snd_index[sscape_count], "SoundScape", THIS_MODULE, 
sizeof(struct soundscape))) == NULL) {
+       if ((card = snd_card_new(index[sscape_count], "SoundScape", THIS_MODULE, 
+sizeof(struct soundscape))) == NULL) {
                err = -ENOMEM;
                goto _release_dma;
        }



-------------------------------------------------------
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