]> git.alsa-project.org Git - alsa-plugins.git/commit
Alsa support for Maemo SDK (n770): External Control plugin
authorEduardo Valentin <eduardo.valentin@indt.org.br>
Mon, 6 Nov 2006 13:32:08 +0000 (14:32 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 6 Nov 2006 13:32:08 +0000 (14:32 +0100)
commitec9c86f8c1528765dc933ff09d74ae1b1408a7b4
tree34a6b62a6be0b805e3c423fa887ecf80f287e66a
parentb79063da276eecd1c3683ad3fbe9de0f66094898
Alsa support for Maemo SDK (n770): External Control plugin

This patch file adds an ALSA External Control plugin. This source uses
the dsp-protocol
implementation.

The plugin probes for all communication channel at the start time. It
will handle only
channels specified into alsa configuration file. An configuration example is:
        # Mixer
        ctl.!default {
                type dsp_ctl
                playback_devices ["/dev/dsptask/pcm2"]
                recording_devices ["/dev/dsptask/pcm_rec"]
        }

Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
maemo/dsp-ctl.c [new file with mode: 0644]