From: Jaroslav Kysela Date: Sat, 21 Feb 2004 20:38:07 +0000 (+0000) Subject: Remove these functions (alsa-oss package no longer use them): X-Git-Tag: v1.0.3~10 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a0bdb34f0dc6a337a0855c93e1403473269bbfa5;p=alsa-lib.git 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) --- diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 9ddfbd8a..d1333441 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -6085,16 +6085,6 @@ snd_pcm_sframes_t snd_pcm_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area 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",