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

Modified Files:
        dsp_spos.c 
Log Message:
2.6 kernel sync

Index: dsp_spos.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/cs46xx/dsp_spos.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- dsp_spos.c  23 Sep 2003 14:31:44 -0000      1.22
+++ dsp_spos.c  24 Apr 2004 14:57:33 -0000      1.23
@@ -823,7 +823,7 @@
                entry->private_data = chip;
                entry->mode = S_IFREG | S_IRUGO | S_IWUSR;
                entry->c.text.read_size = 512;
-               entry->c.text.read = cs46xx_dsp_proc_task_tree_read;;
+               entry->c.text.read = cs46xx_dsp_proc_task_tree_read;
                if (snd_info_register(entry) < 0) {
                        snd_info_free_entry(entry);
                        entry = NULL;
@@ -836,7 +836,7 @@
                entry->private_data = chip;
                entry->mode = S_IFREG | S_IRUGO | S_IWUSR;
                entry->c.text.read_size = 1024;
-               entry->c.text.read = cs46xx_dsp_proc_scb_read;;
+               entry->c.text.read = cs46xx_dsp_proc_scb_read;
                if (snd_info_register(entry) < 0) {
                        snd_info_free_entry(entry);
                        entry = NULL;



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to