summaryrefslogtreecommitdiffstats
path: root/include/sound/emux_synth.h
diff options
context:
space:
mode:
authorTakashi Iwai2015-05-29 07:58:11 +0200
committerTakashi Iwai2015-05-29 07:58:11 +0200
commit52262b4a5d7c3d3549985a47d96fe7d661220162 (patch)
tree7803277ddc46447456e77878e7554b6baa050035 /include/sound/emux_synth.h
parentALSA: emu10k1: Fix/cleanup ifdef CONFIG_PROC_FS (diff)
downloadkernel-qcow2-linux-52262b4a5d7c3d3549985a47d96fe7d661220162.tar.gz
kernel-qcow2-linux-52262b4a5d7c3d3549985a47d96fe7d661220162.tar.xz
kernel-qcow2-linux-52262b4a5d7c3d3549985a47d96fe7d661220162.zip
ALSA: emux: Fix/cleanup old ifdef CONFIG_PROC_FS
Build emux_proc.o and drop the unneeded ifdefs. Replace the left CONFIG_PROC with the new CONFIG_SND_PROC_FS. Along with this, fix the build of emux_oss.o in Makefile, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/emux_synth.h')
-rw-r--r--include/sound/emux_synth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/emux_synth.h b/include/sound/emux_synth.h
index fb81f3722b6a..a0a40b74bf13 100644
--- a/include/sound/emux_synth.h
+++ b/include/sound/emux_synth.h
@@ -125,7 +125,7 @@ struct snd_emux {
struct snd_util_memhdr *memhdr; /* memory chunk information */
-#ifdef CONFIG_PROC_FS
+#ifdef CONFIG_SND_PROC_FS
struct snd_info_entry *proc;
#endif