[ALSA] vxpocket - Fix wrong index assignment
[deliverable/linux.git] / sound / oss / sequencer_syms.c
CommitLineData
1da177e4
LT
1/*
2 * Exported symbols for sequencer driver.
3 */
4
5#include <linux/module.h>
6
7char sequencer_syms_symbol;
8
9#include "sound_config.h"
10#include "sound_calls.h"
11
12EXPORT_SYMBOL(note_to_freq);
13EXPORT_SYMBOL(compute_finetune);
14EXPORT_SYMBOL(seq_copy_to_input);
15EXPORT_SYMBOL(seq_input_event);
16EXPORT_SYMBOL(sequencer_init);
17EXPORT_SYMBOL(sequencer_timer);
18
19EXPORT_SYMBOL(sound_timer_init);
20EXPORT_SYMBOL(sound_timer_interrupt);
21EXPORT_SYMBOL(sound_timer_syncinterval);
22EXPORT_SYMBOL(reprogram_timer);
23
24/* Tuning */
25
26#define _SEQUENCER_C_
27#include "tuning.h"
28
29EXPORT_SYMBOL(cent_tuning);
30EXPORT_SYMBOL(semitone_tuning);
This page took 0.046897 seconds and 5 git commands to generate.