~ubuntu-branches/ubuntu/trusty/alsa-utils/trusty

« back to all changes in this revision

Viewing changes to alsactl/alsactl.1

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-07-26 10:56:44 UTC
  • mfrom: (1.2.17) (93.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130726105644-kim9enke2jnozg73
Tags: 1.0.27.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Move init script volume settings to new alsactl database:
    + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
      and Dell E series
    + ute PC Beep on hda cards that support it during initial volume setup
    + Mute *Analog/Digital Control for Creative cards by default
    + Default Digital Input Source to be Digital Mic 1 so that users
      with digital mic will be able to use it out of the box
    + Mute "IEC958 Optical Raw" by default
    + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
    + Prefer built-in digital mics on newer Dells
    + Unmute 'Line HP Swap' for Dove boards
    + Set reasonable volume levels for VMWare guests using snd.ens1371
  - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
    users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
  - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
    show the pulse mixer by default, since it can be controlled from
    pulseaudio itself
  - Use upstart jobs for storing/restoring card settings
  - Add udev rule to apply UCM profiles for panda and equivalent hardware
  - Add Vcs-Bzr field
* Create a new upstart job for the alsa state daemon, and adjust the
  other upstart jobs accordingly
* Put the daemon file in /var/lib/alsa

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH ALSACTL 1 "15 May 2001"
 
1
.TH ALSACTL 1 "05 Apr 2013"
2
2
.SH NAME
3
3
alsactl \- advanced controls for ALSA soundcard driver
4
4
 
21
21
configuration file. If restoring fails (eventually partly), the init
22
22
action is called.
23
23
 
 
24
\fInrestore\fP is like \fIrestore\fP, but it notifies also the daemon
 
25
to do new rescan for available soundcards.
 
26
 
24
27
\fIinit\fP tries to initialize all devices to a default state. If device
25
28
is not known, error code 99 is returned.
26
29
 
 
30
\fIdaemon\fP manages to save periodically the sound state.
 
31
 
 
32
\fIrdaemon\fP like \fIdaemon\fP but restore the sound state at first.
 
33
 
 
34
\fIkill\fP notifies the daemon to do the specified operation (quit,
 
35
rescan, save_and_quit).
 
36
 
27
37
If no soundcards are specified, setup for all cards will be saved or
28
38
loaded.
29
39
 
85
95
useful for "boot" scripts).
86
96
 
87
97
.TP
88
 
\fI\-i, \-\-initfile\fP #=#
 
98
\fI\-i, \-\-initfile\fP
89
99
The configuration file for init. By default, PREFIX/share/alsa/init/00main
90
100
is used.
91
101
 
 
102
.TP
 
103
\fI\-p, \-\-period\fP
 
104
The store period in seconds for the daemon command.
 
105
 
 
106
.TP
 
107
\fI\-e, \-\-pid-file\fP
 
108
The pathname to store the process-id file in the HDB UUCP format (ASCII).
 
109
 
 
110
.TP
 
111
\fI\-b, \-\-background\fP
 
112
Run the task in background.
 
113
 
 
114
.TP
 
115
\fI\-s, \-\-syslog\fP
 
116
Use syslog for messages.
 
117
 
 
118
.TP
 
119
\fI\-n, \-\-nice\fP
 
120
Set the process priority (see 'man nice')
 
121
 
 
122
.TP
 
123
\fI\-c, \-\-sched-idle\fP
 
124
Set the process scheduling policy to idle (SCHED_IDLE).
 
125
 
92
126
.SH FILES
93
127
\fI/var/lib/alsa/asound.state\fP (or whatever file you specify with the
94
128
\fB\-f\fP flag) is used to store current settings for your
107
141
\fB
108
142
amixer(1),
109
143
alsamixer(1),
110
 
aplay(1)
 
144
aplay(1),
 
145
alsactl_init(7)
111
146
\fP
112
147
 
113
148
.SH BUGS