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

Modified Files:
        dsp_spos_scb_lib.c 
Log Message:
added missing variables to debug messages

Index: dsp_spos_scb_lib.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/cs46xx/dsp_spos_scb_lib.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- dsp_spos_scb_lib.c  2 Apr 2003 14:42:39 -0000       1.21
+++ dsp_spos_scb_lib.c  5 Feb 2004 15:00:27 -0000       1.22
@@ -1391,7 +1391,7 @@
                temp |= DMA_RQ_C1_SOURCE_MOD16;
                break; 
        default:
-               snd_printdd ("period size (%d) not supported by HW\n");
+               snd_printdd ("period size (%d) not supported by HW\n", period_size);
                return -EINVAL;
        }
 
@@ -1429,7 +1429,7 @@
                temp |= DMA_RQ_C1_DEST_MOD16;
                break; 
        default:
-               snd_printdd ("period size (%d) not supported by HW\n");
+               snd_printdd ("period size (%d) not supported by HW\n", period_size);
                return -EINVAL;
        }
 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to