From 443b2573148dd51f67eeaddc921652c96c073faa Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 9 May 2000 15:44:18 +0000 Subject: [PATCH] Moved update call to corrent position.. --- include/pcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pcm.h b/include/pcm.h index a3febb93..53d84ee6 100644 --- a/include/pcm.h +++ b/include/pcm.h @@ -99,6 +99,7 @@ int snd_pcm_channel_setup(snd_pcm_t *handle, snd_pcm_channel_setup_t *setup); int snd_pcm_voice_setup(snd_pcm_t *handle, int channel, snd_pcm_voice_setup_t *setup); int snd_pcm_all_voices_setup(snd_pcm_t *handle, int channel, snd_pcm_voice_setup_t *setup); int snd_pcm_channel_status(snd_pcm_t *handle, snd_pcm_channel_status_t *status); +int snd_pcm_channel_update(snd_pcm_t *handle, int channel); int snd_pcm_playback_prepare(snd_pcm_t *handle); int snd_pcm_capture_prepare(snd_pcm_t *handle); int snd_pcm_channel_prepare(snd_pcm_t *handle, int channel); @@ -113,7 +114,6 @@ int snd_pcm_capture_flush(snd_pcm_t *handle); int snd_pcm_channel_flush(snd_pcm_t *handle, int channel); int snd_pcm_playback_pause(snd_pcm_t *handle, int enable); int snd_pcm_channel_pause(snd_pcm_t *handle, int channel, int enable); -int snd_pcm_channel_update(snd_pcm_t *handle, int channel); ssize_t snd_pcm_transfer_size(snd_pcm_t *handle, int channel); ssize_t snd_pcm_write(snd_pcm_t *handle, const void *buffer, size_t size); ssize_t snd_pcm_read(snd_pcm_t *handle, void *buffer, size_t size); -- 2.47.1