Update of /cvsroot/alsa/alsa-lib/src/pcm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5639

Modified Files:
        pcm.c 
Log Message:
Remove these functions (alsa-oss package no longer use them):

snd_pcm_uframes_t _snd_pcm_mmap_hw_ptr(snd_pcm_t *pcm)
snd_pcm_uframes_t _snd_pcm_boundary(snd_pcm_t *pcm)


Index: pcm.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm.c,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- pcm.c       8 Feb 2004 10:19:52 -0000       1.269
+++ pcm.c       21 Feb 2004 20:38:07 -0000      1.270
@@ -6085,16 +6085,6 @@
        return xfer > 0 ? (snd_pcm_sframes_t) xfer : err;
 }
 
-snd_pcm_uframes_t _snd_pcm_mmap_hw_ptr(snd_pcm_t *pcm)
-{
-       return *pcm->hw.ptr;
-}
-
-snd_pcm_uframes_t _snd_pcm_boundary(snd_pcm_t *pcm)
-{
-       return pcm->boundary;
-}
-
 static const char *names[SND_PCM_HW_PARAM_LAST_INTERVAL + 1] = {
        [SND_PCM_HW_PARAM_FORMAT] = "format",
        [SND_PCM_HW_PARAM_CHANNELS] = "channels",



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to