mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added extern to snd_mixer_weight_entry_t *snd_mixer_default_weights
This commit is contained in:
parent
1d6717658a
commit
ab804c5072
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ void snd_mixer_sort_eid_name_index(snd_mixer_eid_t *list, int count);
|
||||||
void snd_mixer_sort_eid_table(snd_mixer_eid_t *list, int count, snd_mixer_weight_entry_t *table);
|
void snd_mixer_sort_eid_table(snd_mixer_eid_t *list, int count, snd_mixer_weight_entry_t *table);
|
||||||
void snd_mixer_sort_gid_name_index(snd_mixer_gid_t *list, int count);
|
void snd_mixer_sort_gid_name_index(snd_mixer_gid_t *list, int count);
|
||||||
void snd_mixer_sort_gid_table(snd_mixer_gid_t *list, int count, snd_mixer_weight_entry_t *table);
|
void snd_mixer_sort_gid_table(snd_mixer_gid_t *list, int count, snd_mixer_weight_entry_t *table);
|
||||||
snd_mixer_weight_entry_t *snd_mixer_default_weights;
|
extern snd_mixer_weight_entry_t *snd_mixer_default_weights;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue