mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Make local functions really local
Rename the local functions to snd1_* so that they won't be exported out of alsa-lib. Some functions are still kept because aserver requires them. Sigh.
This commit is contained in:
parent
e68bd91cf9
commit
7dca3ab1ea
9 changed files with 324 additions and 0 deletions
|
|
@ -21,5 +21,11 @@
|
|||
|
||||
#include "mixer_abst.h"
|
||||
|
||||
/* make local functions really local */
|
||||
#define snd_mixer_simple_none_register \
|
||||
snd1_mixer_simple_none_register
|
||||
#define snd_mixer_simple_basic_register \
|
||||
snd1_mixer_simple_basic_register
|
||||
|
||||
int snd_mixer_simple_none_register(snd_mixer_t *mixer, struct snd_mixer_selem_regopt *options, snd_mixer_class_t **classp);
|
||||
int snd_mixer_simple_basic_register(snd_mixer_t *mixer, struct snd_mixer_selem_regopt *options, snd_mixer_class_t **classp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue