Salvatore Di Pietro wrote on Sun, 21-Aug-2005:
Michele Spinolo wrote:
> Does anyone know if it is possible to have all channels unmuted without
> starting HDSPMixer?
# alsactl store
with the mixer set up as you want? It will save the mixer settings in
/etc/asound.state
If you do an
# alsactl restore
you will restore those settings. You can put it into your startup scripts.
Actually, the HDSP's matrix mixer state is not readable and is
cannot be saved by alsactl.
There is no good solution to doing this on the command line other than creating a script
that calls
several amixer commands. The parameters are described here:
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=RME&c…
There was work under way by someone to do an OSC controlled mixer
daemon for the HDSP, not sure of its status.
jlc