X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fsynth%2Femux%2Femux.c;h=ebcac13fd3970cd0c0fd989748b6a08c89a4b636;hb=42eaf0d8f2e7b8201afc00b0ebe1bd89ea51d42d;hp=fc733bbf4487319588c96e2678cde9292651cc2d;hpb=63e8d9114dab88c101be2372cb1f83a4fe74d9c1;p=linux-2.6-omap-h63xx.git diff --git a/sound/synth/emux/emux.c b/sound/synth/emux/emux.c index fc733bbf448..ebcac13fd39 100644 --- a/sound/synth/emux/emux.c +++ b/sound/synth/emux/emux.c @@ -20,7 +20,6 @@ #include #include -#include #include #include #include @@ -63,6 +62,7 @@ int snd_emux_new(struct snd_emux **remu) return 0; } +EXPORT_SYMBOL(snd_emux_new); /* */ @@ -136,6 +136,7 @@ int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, ch return 0; } +EXPORT_SYMBOL(snd_emux_register); /* */ @@ -171,18 +172,8 @@ int snd_emux_free(struct snd_emux *emu) return 0; } - -EXPORT_SYMBOL(snd_emux_new); -EXPORT_SYMBOL(snd_emux_register); EXPORT_SYMBOL(snd_emux_free); -EXPORT_SYMBOL(snd_emux_terminate_all); -EXPORT_SYMBOL(snd_emux_lock_voice); -EXPORT_SYMBOL(snd_emux_unlock_voice); - -/* soundfont.c */ -EXPORT_SYMBOL(snd_sf_linear_to_log); - /* * INIT part