mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Mixer enhancements..
This commit is contained in:
parent
05498059c3
commit
0a512c7d25
2 changed files with 27 additions and 2 deletions
|
|
@ -30,6 +30,8 @@ int snd_mixer_group(snd_mixer_t *handle, snd_mixer_group_t * group);
|
|||
int snd_mixer_element_info(snd_mixer_t *handle, snd_mixer_element_info_t * info);
|
||||
int snd_mixer_element_read(snd_mixer_t *handle, snd_mixer_element_t * element);
|
||||
int snd_mixer_element_write(snd_mixer_t *handle, snd_mixer_element_t * element);
|
||||
int snd_mixer_channel_read(snd_mixer_t *handle, snd_mixer_channels_t * channels);
|
||||
int snd_mixer_channel_write(snd_mixer_t *handle, snd_mixer_channels_t * channels);
|
||||
int snd_mixer_read(snd_mixer_t *handle, snd_mixer_callbacks_t * callbacks);
|
||||
|
||||
void snd_mixer_set_bit(unsigned int *bitmap, int bit, int val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue