mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add function declaration
Added the function declaration of snd_mixer_sbasic_get_private() to fix compile warnings.
This commit is contained in:
parent
f8cf6be94c
commit
036525d2ae
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ struct sm_elem_ops {
|
|||
int snd_mixer_selem_compare(const snd_mixer_elem_t *c1, const snd_mixer_elem_t *c2);
|
||||
|
||||
int snd_mixer_sbasic_info(const snd_mixer_class_t *class, sm_class_basic_t *info);
|
||||
void *snd_mixer_sbasic_get_private(const snd_mixer_class_t *class);
|
||||
|
||||
/** \} */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue