New universal switch v2.0 interface.

This commit is contained in:
Jaroslav Kysela 1999-03-27 19:44:51 +00:00
parent e735bf70dd
commit 3f541735e3
9 changed files with 416 additions and 740 deletions

View file

@ -20,14 +20,12 @@ 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_switches(void *handle);
int snd_pcm_playback_switch(void *handle, const char *switch_id);
int snd_pcm_playback_switch_read(void *handle, int switchn, snd_pcm_switch_t * data);
int snd_pcm_playback_switch_write(void *handle, int switchn, snd_pcm_switch_t * data);
int snd_pcm_record_switches(void *handle);
int snd_pcm_record_switch(void *handle, const char *switch_id);
int snd_pcm_record_switch_read(void *handle, int switchn, snd_pcm_switch_t * data);
int snd_pcm_record_switch_write(void *handle, int switchn, snd_pcm_switch_t * data);
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);