This commit is contained in:
Abramo Bagnara 2001-02-09 13:15:54 +00:00
parent fea0c73cdb
commit 7165608b17
3 changed files with 46 additions and 45 deletions

View file

@ -77,5 +77,5 @@ struct _snd_mixer_selem {
long volume[32];
};
snd_mixer_elem_t *snd_mixer_elem_add(snd_mixer_t *mixer);
int snd_mixer_add_elem(snd_mixer_t *mixer, snd_mixer_elem_t *elem);
void snd_mixer_free(snd_mixer_t *mixer);