2 * Exported symbols for audio driver.
3 * __NO_VERSION__ because this is still part of sound.o.
7 #include <linux/module.h>
9 char audio_syms_symbol
;
11 #include "sound_config.h"
12 #include "sound_calls.h"
14 EXPORT_SYMBOL(DMAbuf_start_dma
);
15 EXPORT_SYMBOL(DMAbuf_open_dma
);
16 EXPORT_SYMBOL(DMAbuf_close_dma
);
17 EXPORT_SYMBOL(DMAbuf_inputintr
);
18 EXPORT_SYMBOL(DMAbuf_outputintr
);
19 EXPORT_SYMBOL(dma_ioctl
);
20 EXPORT_SYMBOL(audio_open
);
21 EXPORT_SYMBOL(audio_release
);