X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fdrivers%2Fopl3%2Fopl3_lib.c;h=4f85569767742be4c4e090d5f353e685120939a9;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=87fe376f38f0c0744a6111195346f5f990daca76;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/sound/drivers/opl3/opl3_lib.c b/sound/drivers/opl3/opl3_lib.c index 87fe376f3..4f8556976 100644 --- a/sound/drivers/opl3/opl3_lib.c +++ b/sound/drivers/opl3/opl3_lib.c @@ -316,8 +316,6 @@ void snd_opl3_interrupt(struct snd_hwdep * hw) } } -EXPORT_SYMBOL(snd_opl3_interrupt); - /* */ @@ -371,8 +369,6 @@ int snd_opl3_new(struct snd_card *card, return 0; } -EXPORT_SYMBOL(snd_opl3_new); - int snd_opl3_init(struct snd_opl3 *opl3) { if (! opl3->command) { @@ -397,8 +393,6 @@ int snd_opl3_init(struct snd_opl3 *opl3) return 0; } -EXPORT_SYMBOL(snd_opl3_init); - int snd_opl3_create(struct snd_card *card, unsigned long l_port, unsigned long r_port, @@ -457,8 +451,6 @@ int snd_opl3_create(struct snd_card *card, return 0; } -EXPORT_SYMBOL(snd_opl3_create); - int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev) { int err; @@ -476,8 +468,6 @@ int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev) return 0; } -EXPORT_SYMBOL(snd_opl3_timer_new); - int snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device, struct snd_hwdep ** rhwdep) @@ -536,8 +526,17 @@ int snd_opl3_hwdep_new(struct snd_opl3 * opl3, return 0; } +EXPORT_SYMBOL(snd_opl3_interrupt); +EXPORT_SYMBOL(snd_opl3_new); +EXPORT_SYMBOL(snd_opl3_init); +EXPORT_SYMBOL(snd_opl3_create); +EXPORT_SYMBOL(snd_opl3_timer_new); EXPORT_SYMBOL(snd_opl3_hwdep_new); +/* opl3_synth.c */ +EXPORT_SYMBOL(snd_opl3_regmap); +EXPORT_SYMBOL(snd_opl3_reset); + /* * INIT part */