ALSACTL(1) | General Commands Manual | ALSACTL(1) |
alsactl - advanced controls for ALSA soundcard driver
alsactl [options] [store|restore|init] <card # or id or device>
alsactl monitor <card # or id>
alsactl info <card # or id>
alsactl [clean] <card # or id or device> [[control identifiers]]
alsactl is used to control advanced settings for the ALSA soundcard drivers. It supports multiple soundcards. If your card has features that you can't seem to control from a mixer application, you have come to the right place.
The <card> argument is optional. If no soundcards are specified, setup for all cards will be saved, loaded or monitored.
This command saves the current driver state for the selected soundcard to the configuration file.
This command loads driver state for the selected soundcard from the configuration file. If restoring fails (eventually partly), the init action is called.
This command is like restore, but it notifies also the daemon to do new rescan for available soundcards.
This command tries to initialize all devices to a default state. If device is not known, error code 99 is returned.
This command manages to save periodically the sound state.
This command is like daemon but restore the sound state at first.
This command notifies the daemon to do the specified operation (quit, rescan, save_and_quit).
This command is for monitoring the events received from the given control device.
This command shows the general information in the YAML format collected from the given control device (sound card).
This command cleans the controls created by applications.
The optional element identifiers are accepted as a filter. One extra argument is parsed as an element identifiers.
Example: alsactl clean 0 "name='PCM'" "name='Mic Phantom'"
This command dumps the current state (all cards) to stdout.
This command dumps the current configuration (all cards) to stdout. Note that the configuration hooks are evaluated.
/var/lib/alsa/asound.state (or whatever file you specify with the -f flag) is used to store current settings for your soundcards. The settings include all the usual soundcard mixer settings. More importantly, alsactl is capable of controlling other card-specific features that mixer apps usually don't know about.
The configuration file is generated automatically by running alsactl store. Editing the configuration file by hand may be necessary for some soundcard features (e.g. enabling/disabling automatic mic gain, digital output, joystick/game ports, some future MIDI routing options, etc).
amixer(1), alsamixer(1), aplay(1), alsactl_init(7)
None known.
alsactl is by Jaroslav Kysela <perex@perex.cz> and Abramo Bagnara <abramo@alsa-project.org>. This document is by Paul Winkler <zarmzarm@erols.com>.
07 May 2014 |