Actually I'm not using any sound modules, but have a monolithic kernel.
But I just discovered that the emu10k1 driver is not the culprit here.
[So we can take the discussion to emu10k1-devel and drop lkml]
The problem is interaction with emu-tools-0.9.2. The following boot script
was used to setup the DSP (and worked with previous sound drivers).
If you find something wrong with it, please let me know.
Regards,
-Udo.
# We want ADC mode
/usr/local/bin/emu-config -s"ADC"
# Disable/Clear
/usr/local/bin/emu-dspmgr -x -z
# CPU -> Front & Rear Speakers
/usr/local/bin/emu-dspmgr -a"Pcm:Front"
/usr/local/bin/emu-dspmgr -a"Pcm:Rear"
/usr/local/bin/emu-dspmgr -a"Pcm1:Front"
/usr/local/bin/emu-dspmgr -a"Pcm1:Rear"
# Boost PCM
/usr/local/bin/emu-dspmgr -p"Amplifier" -l"Pcm" -l"Pcm1" -f/usr/local/share/emu10k1/gain_4.bin
# Mic/Line/CD -> CPU
/usr/local/bin/emu-dspmgr -a"Analog:ADC Rec"
# Bass/Treble Controls
/usr/local/bin/emu-dspmgr -p"Bass/Treble-L" -l"Front L" -f/usr/local/share/emu10k1/tone-old.bin -cbass -mbass -ctreble -mtreble
/usr/local/bin/emu-dspmgr -p"Bass/Treble-R" -l"Front R" -f/usr/local/share/emu10k1/tone-old.bin -cbass -mbass -ctreble -mtreble
# Enable
/usr/local/bin/emu-dspmgr -y
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/