Julien Claassen wrote:
> For one of my users I wish to insert a few ladspa plugins for the
> microphone, but if at all possible not for the output
pcm.myplugin {
	type asym
	playback.pcm "plughw:0"
	capture.pcm {
		type ladspa
		slave.pcm "plughw:0"
		...
	}
}
Regards,
Clemens