Update of /cvsroot/alsa/alsa-lib/src/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv8490

Modified Files:
        alsa.conf 
Log Message:
Added dsnoop definition

Index: alsa.conf
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/alsa.conf,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- alsa.conf   12 Feb 2003 19:11:52 -0000      1.10
+++ alsa.conf   21 Mar 2003 12:56:42 -0000      1.11
@@ -200,6 +200,30 @@
        }
 }
 
+pcm.dsnoop {
+       @args [ SLAVE FORMAT RATE ]
+       @args.SLAVE {
+               type string
+               default "hw:0,0"
+       }
+       @args.FORMAT {
+               type string
+               default S16_LE
+       }
+       @args.RATE {
+               type integer
+               default 48000
+       }
+       type dsnoop
+       ipc_key 5778293
+       ipc_key_add_uid yes
+       slave {
+               pcm $SLAVE
+               format $FORMAT
+               rate $RATE
+       }
+}
+
 pcm.shm {
        @args [ SOCKET PCM ]
        @args.SOCKET {



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to