mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Mixer read filter...
This commit is contained in:
parent
9f2bbd5677
commit
79e733f00d
2 changed files with 21 additions and 8 deletions
|
|
@ -31,6 +31,7 @@ int snd_mixer_group_write(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_read_filter(snd_mixer_t *handle, snd_mixer_filter_t * filter);
|
||||
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