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 <Yuriy.Tsibizov@gfk.ru>
This commit is contained in:
Alexander Leidinger 2007-01-07 19:43:59 +00:00
parent a849401985
commit a346b0961c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165872

View File

@ -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