Update of /cvsroot/alsa/alsa-driver/include
In directory sc8-pr-cvs1:/tmp/cvs-serv15714/include

Modified Files:
        vx_core.h 
Log Message:
fixed the handling of pcm playback.  now dmix plugin is working.



Index: vx_core.h
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/include/vx_core.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vx_core.h   25 Feb 2003 15:09:28 -0000      1.5
+++ vx_core.h   21 Mar 2003 10:31:01 -0000      1.6
@@ -73,6 +73,7 @@
 
        int hbuf_size;          /* H-buffer size in bytes */
        int buffer_bytes;       /* the ALSA pcm buffer size in bytes */
+       int appl_ptr;           /* the current applicatin pointer in frames */
        int hw_ptr;             /* the current hardware pointer in frames */
        int position;           /* the current position in frames (playback only) */
        int transferred;        /* the transferred size (per period) in frames */
@@ -323,9 +324,7 @@
  * pcm stuff
  */
 int snd_vx_pcm_new(vx_core_t *chip);
-void vx_pcm_playback_update_buffer(vx_core_t *chip, snd_pcm_substream_t *subs, 
vx_pipe_t *pipe);
-void vx_pcm_playback_update(vx_core_t *chip, snd_pcm_substream_t *subs, vx_pipe_t 
*pipe);
-void vx_pcm_capture_update(vx_core_t *chip, snd_pcm_substream_t *subs, vx_pipe_t 
*pipe);
+void vx_pcm_update_intr(vx_core_t *chip, unsigned int events);
 
 /*
  * mixer stuff



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