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

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









Index: pcm_oss.patch
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/oss/pcm_oss.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pcm_oss.patch       21 Jul 2003 17:39:48 -0000      1.2
+++ pcm_oss.patch       7 Apr 2004 17:53:38 -0000       1.3
@@ -1,6 +1,6 @@
---- pcm_oss.c  2003-05-31 13:17:10.000000000 +0200
-+++ pcm_oss.c.old      2003-05-31 13:15:28.000000000 +0200
-@@ -2081,7 +2081,11 @@
+--- pcm_oss.c  2004-04-07 17:00:25.224626911 +0200
++++ pcm_oss.c  2004-04-07 18:37:14.779726129 +0200
+@@ -2213,7 +2213,11 @@
        if (runtime->oss.plugin_first != NULL)
                return -EIO;
  
@@ -12,7 +12,7 @@
                return -EINVAL;
  
        err = snd_pcm_mmap_data(substream, file, area);
-@@ -2247,7 +2251,9 @@
+@@ -2387,7 +2391,9 @@
  
  static struct file_operations snd_pcm_oss_f_reg =
  {
@@ -22,9 +22,9 @@
        .read =         snd_pcm_oss_read,
        .write =        snd_pcm_oss_write,
        .open =         snd_pcm_oss_open,
-@@ -2393,3 +2399,5 @@
- __setup("snd-pcm-oss=", alsa_pcm_oss_setup);
+@@ -2512,3 +2518,5 @@
  
- #endif /* !MODULE */
+ module_init(alsa_pcm_oss_init)
+ module_exit(alsa_pcm_oss_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