mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Recoded the universal switch interface...
This commit is contained in:
parent
a5b307a711
commit
6e72ca3977
8 changed files with 42 additions and 204 deletions
|
|
@ -20,12 +20,6 @@ int snd_pcm_block_mode(void *handle, int enable);
|
|||
int snd_pcm_info(void *handle, snd_pcm_info_t * info);
|
||||
int snd_pcm_playback_info(void *handle, snd_pcm_playback_info_t * info);
|
||||
int snd_pcm_record_info(void *handle, snd_pcm_record_info_t * info);
|
||||
int snd_pcm_playback_switch_list(void *handle, snd_switch_list_t * list);
|
||||
int snd_pcm_playback_switch_read(void *handle, snd_switch_t * sw);
|
||||
int snd_pcm_playback_switch_write(void *handle, snd_switch_t * sw);
|
||||
int snd_pcm_record_switch_list(void *handle, snd_switch_list_t * list);
|
||||
int snd_pcm_record_switch_read(void *handle, snd_switch_t * sw);
|
||||
int snd_pcm_record_switch_write(void *handle, snd_switch_t * sw);
|
||||
int snd_pcm_playback_format(void *handle, snd_pcm_format_t * format);
|
||||
int snd_pcm_record_format(void *handle, snd_pcm_format_t * format);
|
||||
int snd_pcm_playback_params(void *handle, snd_pcm_playback_params_t * params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue