aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/audio_syms.c
blob: 3919e4d6b3f38adf70d70a405b8db6aab0ec90ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Exported symbols for audio driver.
 */

#include <linux/module.h>

char audio_syms_symbol;

#include "sound_config.h"
#include "sound_calls.h"

EXPORT_SYMBOL(DMAbuf_start_dma);
EXPORT_SYMBOL(DMAbuf_inputintr);
EXPORT_SYMBOL(DMAbuf_outputintr);