Update of /cvsroot/alsa/alsa-lib/src/pcm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21687
Modified Files:
pcm_hw.c
Log Message:
compilation fix
Index: pcm_hw.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_hw.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- pcm_hw.c 22 May 2004 10:14:32 -0000 1.126
+++ pcm_hw.c 24 May 2004 18:44:04 -0000 1.127
@@ -440,7 +440,7 @@
static snd_pcm_state_t snd_pcm_hw_state(snd_pcm_t *pcm)
{
snd_pcm_hw_t *hw = pcm->private_data;
- int err = sync_ptr_lite(hw, 0);
+ int err = sync_ptr(hw, 0);
if (err < 0)
return err;
return (snd_pcm_state_t) hw->mmap_status->state;
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog