diff options
Diffstat (limited to 'sound/synth/emux/emux.c')
| -rw-r--r-- | sound/synth/emux/emux.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sound/synth/emux/emux.c b/sound/synth/emux/emux.c index fc733bbf4487..573e3701c14f 100644 --- a/sound/synth/emux/emux.c +++ b/sound/synth/emux/emux.c | |||
| @@ -63,6 +63,7 @@ int snd_emux_new(struct snd_emux **remu) | |||
| 63 | return 0; | 63 | return 0; |
| 64 | } | 64 | } |
| 65 | 65 | ||
| 66 | EXPORT_SYMBOL(snd_emux_new); | ||
| 66 | 67 | ||
| 67 | /* | 68 | /* |
| 68 | */ | 69 | */ |
| @@ -136,6 +137,7 @@ int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, ch | |||
| 136 | return 0; | 137 | return 0; |
| 137 | } | 138 | } |
| 138 | 139 | ||
| 140 | EXPORT_SYMBOL(snd_emux_register); | ||
| 139 | 141 | ||
| 140 | /* | 142 | /* |
| 141 | */ | 143 | */ |
| @@ -171,18 +173,8 @@ int snd_emux_free(struct snd_emux *emu) | |||
| 171 | return 0; | 173 | return 0; |
| 172 | } | 174 | } |
| 173 | 175 | ||
| 174 | |||
| 175 | EXPORT_SYMBOL(snd_emux_new); | ||
| 176 | EXPORT_SYMBOL(snd_emux_register); | ||
| 177 | EXPORT_SYMBOL(snd_emux_free); | 176 | EXPORT_SYMBOL(snd_emux_free); |
| 178 | 177 | ||
| 179 | EXPORT_SYMBOL(snd_emux_terminate_all); | ||
| 180 | EXPORT_SYMBOL(snd_emux_lock_voice); | ||
| 181 | EXPORT_SYMBOL(snd_emux_unlock_voice); | ||
| 182 | |||
| 183 | /* soundfont.c */ | ||
| 184 | EXPORT_SYMBOL(snd_sf_linear_to_log); | ||
| 185 | |||
| 186 | 178 | ||
| 187 | /* | 179 | /* |
| 188 | * INIT part | 180 | * INIT part |
