Update of /cvsroot/alsa/alsa-driver/pci/cs46xx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21578/pci/cs46xx

Modified Files:
        cs46xx.patch 
Log Message:
use the new module_param*() functions.
added wrapper functions for older kernels.









Index: cs46xx.patch
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/cs46xx/cs46xx.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cs46xx.patch        18 Jun 2003 11:12:52 -0000      1.1
+++ cs46xx.patch        7 Apr 2004 17:53:40 -0000       1.2
@@ -1,6 +1,6 @@
---- cs46xx.c   2003-06-10 15:29:36.000000000 +0200
-+++ cs46xx.c.old       2003-06-10 15:29:26.000000000 +0200
-@@ -163,6 +163,7 @@
+--- cs46xx.c   2004-04-07 16:58:27.194401697 +0200
++++ cs46xx.c   2004-04-07 18:34:35.037872030 +0200
+@@ -164,6 +164,7 @@
  }
  
  #ifdef CONFIG_PM
@@ -8,7 +8,7 @@
  static int snd_card_cs46xx_suspend(struct pci_dev *pci, u32 state)
  {
        cs46xx_t *chip = snd_magic_cast(cs46xx_t, pci_get_drvdata(pci), return -ENXIO);
-@@ -175,6 +176,18 @@
+@@ -176,6 +177,18 @@
        snd_cs46xx_resume(chip);
        return 0;
  }
@@ -27,8 +27,9 @@
  #endif
  
  static void __devexit snd_card_cs46xx_remove(struct pci_dev *pci)
-@@ -237,3 +250,4 @@
- __setup("snd-cs46xx=", alsa_card_cs46xx_setup);
+@@ -217,3 +230,5 @@
  
- #endif /* ifndef MODULE */
+ module_init(alsa_card_cs46xx_init)
+ module_exit(alsa_card_cs46xx_exit)
++
 +EXPORT_NO_SYMBOLS;



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to