alsa-utils/alsactl/alsactl.1

110 lines
3 KiB
Groff
Raw Normal View History

2001-05-15 14:11:08 +02:00
.TH ALSACTL 1 "15 May 2001"
1998-12-01 11:26:49 +01:00
.SH NAME
1998-12-08 12:49:21 +01:00
alsactl \- advanced controls for ALSA soundcard driver
1998-12-01 11:26:49 +01:00
.SH SYNOPSIS
\fBalsactl\fP [\fIoptions\fP] [\fIstore\fP|\fIrestore\fP|\fIinit\fP] <card # or id or device>
1998-12-01 11:26:49 +01:00
.SH DESCRIPTION
\fBalsactl\fP is used to control advanced settings for the ALSA
1998-12-10 10:12:59 +01:00
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.
1998-12-01 11:26:49 +01:00
.SH COMMANDS
1998-12-01 11:26:49 +01:00
2001-05-15 14:11:08 +02:00
\fIstore\fP saves the current driver state for the selected soundcard
1998-12-01 11:26:49 +01:00
to the configuration file.
\fIrestore\fP loads driver state for the selected soundcard from the
configuration file. If restoring fails (eventually partly), the init
action is called.
\fIinit\fP tries to initialize all devices to a default state. If device
is not known, error code 99 is returned.
1998-12-01 11:26:49 +01:00
If no soundcards are specified, setup for all cards will be saved or
loaded.
.SH OPTIONS
1998-12-01 11:26:49 +01:00
.TP
\fI\-h, \-\-help\fP
1998-12-01 11:26:49 +01:00
Help: show available flags and commands.
.TP
\fI\-d, \-\-debug\fP
Use debug mode: a bit more verbose.
.TP
\fI\-v, \-\-version\fP
Print alsactl version number.
1998-12-01 11:26:49 +01:00
.TP
\fI\-f, \-\-file\fP
Select the configuration file to use. The default is /etc/asound.state.
1998-12-01 11:26:49 +01:00
.TP
\fI\-F, \-\-force\fP
Used with restore command. Try to restore the matching control elements
as much as possible. This option is set as default now.
.TP
\fI\-g, \-\-ignore\fP
Used with store and restore commands. Do not show 'No soundcards found'
and do not set an error exit code when soundcards are not installed.
.TP
\fI\-P, \-\-pedantic\fP
Used with restore command. Don't restore mismatching control elements.
This option was the old default behavior.
1998-12-01 11:26:49 +01:00
.TP
\fI\-r, \-\-runstate\fP
Save restore and init state to this file. The file will contain only errors.
Errors are appended with the soundcard id to the end of file.
1998-12-01 11:26:49 +01:00
.TP
\fI\-R, \-\-remove\fP
Remove runstate file at first.
.TP
\fI\-E, \-\-env\fP #=#
Set environment variable (useful for init action or you may override
ALSA_CONFIG_PATH to read different or optimized configuration - may be
useful for "boot" scripts).
.TP
\fI\-i, \-\-initfile\fP #=#
The configuration file for init. By default, PREFIX/share/alsa/init/00main
is used.
1998-12-01 11:26:49 +01:00
.SH FILES
2001-05-15 14:11:08 +02:00
\fI/etc/asound.state\fP (or whatever file you specify with the
\fB\-f\fP flag) is used to store current settings for your
1998-12-08 12:49:21 +01:00
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.
1998-12-01 11:26:49 +01:00
The configuration file is generated automatically by running
1998-12-08 12:49:21 +01:00
\fBalsactl store\fP. Editing the configuration file by hand may be
necessary for some soundcard features (e.g. enabling/disabling
1998-12-10 10:12:59 +01:00
automatic mic gain, digital output, joystick/game ports, some future MIDI
routing options, etc).
1998-12-08 12:49:21 +01:00
1998-12-01 11:26:49 +01:00
.SH SEE ALSO
\fB
amixer(1),
alsamixer(1),
aplay(1)
\fP
.SH BUGS
None known.
.SH AUTHOR
\fBalsactl\fP is by Jaroslav Kysela <perex@perex.cz> and Abramo Bagnara
<abramo@alsa\-project.org>. This document is by Paul Winkler <zarmzarm@erols.com>.