Alsa support for Maemo SDK (n770): External PCM IO plugin
This patch file adds an ALSA External PCM I/O plugin. This source uses
the dsp-protocol
implementation.
The plugin probes for a free communication channel at the start time.
It will probe only
for channels specified into the configuration file for the plugin. An
configuration example is:
# PCM
pcm.!default {
type alsa_dsp
playback_device_file ["/dev/dsptask/pcm2"]
recording_device_file ["/dev/dsptask/pcm_rec"]
}