Import 2.3.18pre1
[davej-history.git] / drivers / sound / sequencer_syms.c
blob053cd1e017ca3570f3e5af044e180594db137687
1 /*
2 * Exported symbols for sequencer driver.
3 * __NO_VERSION__ because this is still part of sound.o.
4 */
6 #define __NO_VERSION__
7 #include <linux/module.h>
9 char sequencer_syms_symbol;
11 #include "sound_config.h"
13 #include "sound_calls.h"
15 EXPORT_SYMBOL(note_to_freq);
16 EXPORT_SYMBOL(compute_finetune);
17 EXPORT_SYMBOL(seq_copy_to_input);
18 EXPORT_SYMBOL(seq_input_event);
19 EXPORT_SYMBOL(sequencer_init);
20 EXPORT_SYMBOL(sequencer_timer);
22 EXPORT_SYMBOL(sound_timer_init);
23 EXPORT_SYMBOL(sound_timer_interrupt);
24 EXPORT_SYMBOL(sound_timer_syncinterval);
25 EXPORT_SYMBOL(reprogram_timer);
27 #include "softoss.h"
29 EXPORT_SYMBOL(softsynthp);
31 /* Tuning */
33 #define _SEQUENCER_C_
34 #include "tuning.h"
36 EXPORT_SYMBOL(cent_tuning);
37 EXPORT_SYMBOL(semitone_tuning);