From 11e8aea1deefa4279eefd0f0919fe00144df3df9 Mon Sep 17 00:00:00 2001 From: netchild Date: Sun, 7 Jan 2007 19:43:59 +0000 Subject: Disable multichannel recording in snd_emu10kx module. Whith multichannel recording enabled some programs (audio/audacity from ports) can't correctly enumerate all /dev/dsp device. Note: previous commit did not enable some debugging stuff, my eyes did misread "#undef" as "#define". Submitted by: Yuriy Tsibizov --- sys/modules/sound/driver/emu10kx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/sound/driver/emu10kx/Makefile b/sys/modules/sound/driver/emu10kx/Makefile index dd44711..ea26ddd 100644 --- a/sys/modules/sound/driver/emu10kx/Makefile +++ b/sys/modules/sound/driver/emu10kx/Makefile @@ -43,7 +43,7 @@ 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_MCH_RECORDING" >> opt_emu10kx.h echo "#undef SND_EMU10KX_DEBUG_OUTPUTS" >> opt_emu10kx.h echo "#undef SND_EMU10KX_DEBUG" >> opt_emu10kx.h .endif -- cgit v1.1