mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Try to fix period_time/period_size problems for direct plugin slaves
This commit is contained in:
parent
00fba04f01
commit
b7e8f57314
4 changed files with 16 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue