Update of /cvsroot/alsa/alsa-kernel/core
In directory sc8-pr-cvs1:/tmp/cvs-serv12057

Modified Files:
        pcm_native.c 
Log Message:
Fixed pause

Index: pcm_native.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/pcm_native.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- pcm_native.c        30 May 2003 13:16:09 -0000      1.75
+++ pcm_native.c        3 Jun 2003 18:27:51 -0000       1.76
@@ -862,7 +862,7 @@
 
 static int snd_pcm_pause(snd_pcm_substream_t *substream, int push)
 {
-       return snd_pcm_action(&snd_pcm_action_pause, substream, 0);
+       return snd_pcm_action(&snd_pcm_action_pause, substream, push);
 }
 
 #ifdef CONFIG_PM



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to