mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added record channel operations.
This commit is contained in:
parent
713c391e47
commit
e8d923761f
2 changed files with 28 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ int snd_mixer_channel(void *handle, const char *channel_id);
|
|||
int snd_mixer_channel_info(void *handle, int channel, snd_mixer_channel_info_t * info);
|
||||
int snd_mixer_channel_read(void *handle, int channel, snd_mixer_channel_t * data);
|
||||
int snd_mixer_channel_write(void *handle, int channel, snd_mixer_channel_t * data);
|
||||
int snd_mixer_channel_record_read(void *handle, int channel, snd_mixer_channel_t * data);
|
||||
int snd_mixer_channel_record_write(void *handle, int channel, snd_mixer_channel_t * data);
|
||||
int snd_mixer_switches(void *handle);
|
||||
int snd_mixer_switch_read(void *handle, int switchn, snd_mixer_switch_t * data);
|
||||
int snd_mixer_switch_write(void *handle, int switchn, snd_mixer_switch_t * data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue