Update of /cvsroot/alsa/alsa-lib/aserver
In directory usw-pr-cvs1:/tmp/cvs-serv6809/aserver
Modified Files:
aserver.c
Log Message:
Replaced snd_pcm_avail() with snd_pcm_hwsync()
Index: aserver.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/aserver/aserver.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- aserver.c 19 Sep 2002 16:12:15 -0000 1.52
+++ aserver.c 12 Oct 2002 11:49:53 -0000 1.53
@@ -468,6 +468,9 @@
case SND_PCM_IOCTL_STATE:
ctrl->result = snd_pcm_state(pcm);
break;
+ case SND_PCM_IOCTL_HWSYNC:
+ ctrl->result = snd_pcm_hwsync(pcm);
+ break;
case SNDRV_PCM_IOCTL_DELAY:
ctrl->result = snd_pcm_delay(pcm, (snd_pcm_sframes_t *)
&ctrl->u.delay.frames);
break;
-------------------------------------------------------
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