Try to fix period_time/period_size problems for direct plugin slaves

This commit is contained in:
Jaroslav Kysela 2004-10-29 10:56:13 +00:00
parent 00fba04f01
commit b7e8f57314
4 changed files with 16 additions and 3 deletions

View file

@ -1044,6 +1044,7 @@ snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
* \param pcm PCM handle
* \param frames wanted skip in frames
* \return a positive number for actual skip otherwise a negative error code
* \retval 0 means no action
*/
#ifndef DOXYGEN
snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames)