mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Moved some info fields to proper place (setup). Renamed mmap_size to mmap_bytes. Added detailed fail report to params_t. Added params_info to API.
This commit is contained in:
parent
875aed990f
commit
cc79e0c6ea
8 changed files with 271 additions and 109 deletions
|
|
@ -108,6 +108,7 @@ int snd_pcm_close(snd_pcm_t *handle);
|
|||
int snd_pcm_file_descriptor(snd_pcm_t *handle);
|
||||
int snd_pcm_nonblock(snd_pcm_t *handle, int nonblock);
|
||||
int snd_pcm_info(snd_pcm_t *handle, snd_pcm_info_t *info);
|
||||
int snd_pcm_params_info(snd_pcm_t *handle, snd_pcm_params_info_t *info);
|
||||
int snd_pcm_params(snd_pcm_t *handle, snd_pcm_params_t *params);
|
||||
int snd_pcm_setup(snd_pcm_t *handle, snd_pcm_setup_t *setup);
|
||||
int snd_pcm_channel_setup(snd_pcm_t *handle, snd_pcm_channel_setup_t *setup);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue