Update of /cvsroot/alsa/alsa-kernel/sparc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4037

Modified Files:
        cs4231.c 
Log Message:
fixed the compilation error (missing comma).



Index: cs4231.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/sparc/cs4231.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cs4231.c    16 Mar 2004 13:38:39 -0000      1.11
+++ cs4231.c    16 Mar 2004 13:58:50 -0000      1.12
@@ -1571,7 +1571,7 @@
 #ifdef EBUS_SUPPORT
        if (chip->flags & CS4231_FLAG_EBUS) {
                snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
-                                                     
snd_dma_pci_data(chip->dev_u.pdev)
+                                                     
snd_dma_pci_data(chip->dev_u.pdev),
                                                      64*1024, 128*1024);
        } else {
 #endif



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