summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/sound/driver/emu10kx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/emu10kx/Makefile b/sys/modules/sound/driver/emu10kx/Makefile
index f65be35..dd44711 100644
--- a/sys/modules/sound/driver/emu10kx/Makefile
+++ b/sys/modules/sound/driver/emu10kx/Makefile
@@ -43,6 +43,9 @@ CLEANFILES+= p17v-alsa%diked.h
.if !defined(KERNBUILDDIR)
opt_emu10kx.h:
echo "#define SND_EMU10KX_MULTICHANNEL" > opt_emu10kx.h
+ echo "#define SND_EMU10KX_MCH_RECORDING" >> opt_emu10kx.h
+ echo "#undef SND_EMU10KX_DEBUG_OUTPUTS" >> opt_emu10kx.h
+ echo "#undef SND_EMU10KX_DEBUG" >> opt_emu10kx.h
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud