aboutsummaryrefslogtreecommitdiffstats
path: root/sound/synth
diff options
context:
space:
mode:
Diffstat (limited to 'sound/synth')
-rw-r--r--sound/synth/emux/emux_oss.c1
-rw-r--r--sound/synth/emux/emux_synth.c1
-rw-r--r--sound/synth/emux/soundfont.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sound/synth/emux/emux_oss.c b/sound/synth/emux/emux_oss.c
index 87e42206c4ef..319754cf6208 100644
--- a/sound/synth/emux/emux_oss.c
+++ b/sound/synth/emux/emux_oss.c
@@ -25,6 +25,7 @@
25 25
26#ifdef CONFIG_SND_SEQUENCER_OSS 26#ifdef CONFIG_SND_SEQUENCER_OSS
27 27
28#include <linux/export.h>
28#include <asm/uaccess.h> 29#include <asm/uaccess.h>
29#include <sound/core.h> 30#include <sound/core.h>
30#include "emux_voice.h" 31#include "emux_voice.h"
diff --git a/sound/synth/emux/emux_synth.c b/sound/synth/emux/emux_synth.c
index 3e921b386fd5..9a38de459acb 100644
--- a/sound/synth/emux/emux_synth.c
+++ b/sound/synth/emux/emux_synth.c
@@ -22,6 +22,7 @@
22 * 22 *
23 */ 23 */
24 24
25#include <linux/export.h>
25#include "emux_voice.h" 26#include "emux_voice.h"
26#include <sound/asoundef.h> 27#include <sound/asoundef.h>
27 28
diff --git a/sound/synth/emux/soundfont.c b/sound/synth/emux/soundfont.c
index 67c91230c197..1137b85c36e6 100644
--- a/sound/synth/emux/soundfont.c
+++ b/sound/synth/emux/soundfont.c
@@ -27,6 +27,7 @@
27 */ 27 */
28#include <asm/uaccess.h> 28#include <asm/uaccess.h>
29#include <linux/slab.h> 29#include <linux/slab.h>
30#include <linux/export.h>
30#include <sound/core.h> 31#include <sound/core.h>
31#include <sound/soundfont.h> 32#include <sound/soundfont.h>
32#include <sound/seq_oss_legacy.h> 33#include <sound/seq_oss_legacy.h>