1ALSACTL(1) General Commands Manual ALSACTL(1)
2
3
4
6 alsactl - advanced controls for ALSA soundcard driver
7
8
10 alsactl [options] [store|restore|init] <card # or id or device>
11
12 alsactl monitor <card # or id>
13
14
16 alsactl is used to control advanced settings for the ALSA soundcard
17 drivers. It supports multiple soundcards. If your card has features
18 that you can't seem to control from a mixer application, you have come
19 to the right place.
20
21
23 store saves the current driver state for the selected soundcard to the
24 configuration file.
25
26 restore loads driver state for the selected soundcard from the configu‐
27 ration file. If restoring fails (eventually partly), the init action is
28 called.
29
30 nrestore is like restore, but it notifies also the daemon to do new
31 rescan for available soundcards.
32
33 init tries to initialize all devices to a default state. If device is
34 not known, error code 99 is returned.
35
36 daemon manages to save periodically the sound state.
37
38 rdaemon like daemon but restore the sound state at first.
39
40 kill notifies the daemon to do the specified operation (quit, rescan,
41 save_and_quit).
42
43 monitor is for monitoring the events received from the given control
44 device.
45
46 If no soundcards are specified, setup for all cards will be saved,
47 loaded or monitored.
48
49
51 -h, --help
52 Help: show available flags and commands.
53
54
55 -d, --debug
56 Use debug mode: a bit more verbose.
57
58
59 -v, --version
60 Print alsactl version number.
61
62
63 -f, --file
64 Select the configuration file to use. The default is
65 /var/lib/alsa/asound.state.
66
67
68 -l, --lock
69 Use the file locking to serialize the concurrent access to the
70 state file (this option is default for the global state file).
71
72
73 -L, --no-lock
74 Do not use the file locking to serialize the concurrent access
75 to the state file (including the global state file).
76
77
78 -O, --lock-state-file
79 Select the state lock file path.
80
81
82 -F, --force
83 Used with restore command. Try to restore the matching control
84 elements as much as possible. This option is set as default
85 now.
86
87
88 -g, --ignore
89 Used with store and restore commands. Do not show 'No soundcards
90 found' and do not set an error exit code when soundcards are not
91 installed.
92
93
94 -P, --pedantic
95 Used with restore command. Don't restore mismatching control
96 elements. This option was the old default behavior.
97
98
99 -I, --no-init-fallback
100 Don't initialize cards if restore fails. Since version 1.0.18,
101 alsactl tries to initialize the card with the restore operation
102 as default. But this can cause incompatibility with the older
103 version. The caller may expect that the state won't be touched
104 if no state file exists. This option takes the restore behavior
105 back to the older version by suppressing the initialization.
106
107
108 -r, --runstate
109 Save restore and init state to this file. The file will contain
110 only errors. Errors are appended with the soundcard id to the
111 end of file.
112
113
114 -R, --remove
115 Remove runstate file at first.
116
117
118 -E, --env #=#
119 Set environment variable (useful for init action or you may
120 override ALSA_CONFIG_PATH to read different or optimized config‐
121 uration - may be useful for "boot" scripts).
122
123
124 -i, --initfile
125 The configuration file for init. By default, PRE‐
126 FIX/share/alsa/init/00main is used.
127
128
129 -p, --period
130 The store period in seconds for the daemon command.
131
132
133 -e, --pid-file
134 The pathname to store the process-id file in the HDB UUCP format
135 (ASCII).
136
137
138 -b, --background
139 Run the task in background.
140
141
142 -s, --syslog
143 Use syslog for messages.
144
145
146 -n, --nice
147 Set the process priority (see 'man nice')
148
149
150 -c, --sched-idle
151 Set the process scheduling policy to idle (SCHED_IDLE).
152
153
155 /var/lib/alsa/asound.state (or whatever file you specify with the -f
156 flag) is used to store current settings for your soundcards. The set‐
157 tings include all the usual soundcard mixer settings. More impor‐
158 tantly, alsactl is capable of controlling other card-specific features
159 that mixer apps usually don't know about.
160
161 The configuration file is generated automatically by running alsactl
162 store. Editing the configuration file by hand may be necessary for some
163 soundcard features (e.g. enabling/disabling automatic mic gain, digital
164 output, joystick/game ports, some future MIDI routing options, etc).
165
166
168 amixer(1), alsamixer(1), aplay(1), alsactl_init(7)
169
170
172 None known.
173
174
176 alsactl is by Jaroslav Kysela <perex@perex.cz> and Abramo Bagnara
177 <abramo@alsa-project.org>. This document is by Paul Winkler
178 <zarmzarm@erols.com>.
179
180
181
182 07 May 2014 ALSACTL(1)