]> git.ipfire.org Git - thirdparty/linux.git/blob - sound/oss/audio_syms.c
Linux-2.6.12-rc2
[thirdparty/linux.git] / sound / oss / audio_syms.c
1 /*
2 * Exported symbols for audio driver.
3 */
4
5 #include <linux/module.h>
6
7 char audio_syms_symbol;
8
9 #include "sound_config.h"
10 #include "sound_calls.h"
11
12 EXPORT_SYMBOL(DMAbuf_start_dma);
13 EXPORT_SYMBOL(DMAbuf_open_dma);
14 EXPORT_SYMBOL(DMAbuf_close_dma);
15 EXPORT_SYMBOL(DMAbuf_inputintr);
16 EXPORT_SYMBOL(DMAbuf_outputintr);