aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1/emu10k1_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/emu10k1/emu10k1_main.c')
-rw-r--r--sound/pci/emu10k1/emu10k1_main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index e71485c23cc7..42a358f989c3 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -1459,16 +1459,3 @@ void snd_emu10k1_resume_regs(struct snd_emu10k1 *emu)
1459 } 1459 }
1460} 1460}
1461#endif 1461#endif
1462
1463/* memory.c */
1464EXPORT_SYMBOL(snd_emu10k1_synth_alloc);
1465EXPORT_SYMBOL(snd_emu10k1_synth_free);
1466EXPORT_SYMBOL(snd_emu10k1_synth_bzero);
1467EXPORT_SYMBOL(snd_emu10k1_synth_copy_from_user);
1468EXPORT_SYMBOL(snd_emu10k1_memblk_map);
1469/* voice.c */
1470EXPORT_SYMBOL(snd_emu10k1_voice_alloc);
1471EXPORT_SYMBOL(snd_emu10k1_voice_free);
1472/* io.c */
1473EXPORT_SYMBOL(snd_emu10k1_ptr_read);
1474EXPORT_SYMBOL(snd_emu10k1_ptr_write);