Update of /cvsroot/alsa/alsa-kernel/drivers
In directory sc8-pr-cvs1:/tmp/cvs-serv15451

Modified Files:
        dummy.c 
Log Message:
Added ICE1712 emulation

Index: dummy.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/dummy.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dummy.c     31 Jan 2003 15:19:37 -0000      1.16
+++ dummy.c     15 Mar 2003 16:20:07 -0000      1.17
@@ -54,6 +54,15 @@
 #define USE_PERIODS_MAX                2
 #endif
 
+#if 0 /* ICE1712 emulation */
+#define MAX_BUFFER_SIZE                (256 * 1024)
+#define USE_FORMATS            SNDRV_PCM_FMTBIT_S32_LE
+#define USE_CHANNELS_MIN       10
+#define USE_CHANNELS_MAX       10
+#define USE_PERIODS_MIN                1
+#define USE_PERIODS_MAX                1024
+#endif
+
 #if 0 /* UDA1341 emulation */
 #define MAX_BUFFER_SIZE                (16380)
 #define USE_FORMATS            SNDRV_PCM_FMTBIT_S16_LE



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to