Recoded the universal switch interface...

This commit is contained in:
Jaroslav Kysela 1999-05-04 19:21:28 +00:00
parent a5b307a711
commit 6e72ca3977
8 changed files with 42 additions and 204 deletions

View file

@ -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);