mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added snd_pcm_sw_params_get_boundary() function.
Implemented refine function in dmix.
This commit is contained in:
parent
073dff1ba1
commit
7c5e5f5728
3 changed files with 41 additions and 21 deletions
|
|
@ -790,6 +790,7 @@ size_t snd_pcm_sw_params_sizeof(void);
|
|||
int snd_pcm_sw_params_malloc(snd_pcm_sw_params_t **ptr);
|
||||
void snd_pcm_sw_params_free(snd_pcm_sw_params_t *obj);
|
||||
void snd_pcm_sw_params_copy(snd_pcm_sw_params_t *dst, const snd_pcm_sw_params_t *src);
|
||||
int snd_pcm_sw_params_get_boundary(const snd_pcm_sw_params_t *params, snd_pcm_uframes_t *val);
|
||||
|
||||
#ifndef ALSA_LIBRARY_BUILD
|
||||
#ifdef ALSA_PCM_NEW_SW_PARAMS_API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue