mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Removed snd_mixer_elem_count.
This commit is contained in:
parent
cc956312b3
commit
0d004acf8d
2 changed files with 0 additions and 7 deletions
|
|
@ -41,7 +41,6 @@ int snd_mixer_close(snd_mixer_t *mixer);
|
|||
int snd_mixer_info(snd_mixer_t *mixer, snd_mixer_info_t *info);
|
||||
snd_mixer_elem_t *snd_mixer_first_elem(snd_mixer_t *mixer);
|
||||
snd_mixer_elem_t *snd_mixer_last_elem(snd_mixer_t *mixer);
|
||||
size_t snd_mixer_elem_count(snd_mixer_t *mixer);
|
||||
int snd_mixer_handle_events(snd_mixer_t *mixer);
|
||||
int snd_mixer_attach(snd_mixer_t *mixer, const char *name);
|
||||
int snd_mixer_detach(snd_mixer_t *mixer, const char *name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue