xref: /netbsd/share/man/man5/mixerctl.conf.5 (revision c4a72b64)
1.\"	$NetBSD: mixerctl.conf.5,v 1.3 2002/06/02 19:07:25 wiz Exp $
2.\"
3.\" Copyright 2002 Jared D. McNeill <jmcneill@netbsd.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. The name of the author may not be used to endorse or promote products
15.\"    derived from this software without specific prior written permission.
16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.Dd June 2, 2002
29.Dt MIXERCTL.CONF 5
30.Os
31.Sh NAME
32.Nm mixerctl.conf
33.Nd audio mixer configuration file
34.Sh SYNOPSIS
35.Nm
36.Sh DESCRIPTION
37The
38.Pa /etc/mixerctl.conf
39file consists of
40.Xr mixerctl 1
41variables to set at boot time.
42Each line of
43.Nm
44has the following format:
45.Dl variable=value
46.Pp
47To generate a
48.Nm
49from the current mixer settings, execute:
50.Dl Ic mixerctl -a \*[Gt] /etc/mixerctl.conf
51.Sh FILES
52.Bl -tag -width /etc/mixerctl.conf -compact
53.It Pa /etc/mixerctl.conf
54.El
55.Sh EXAMPLES
56Example mixer settings for an
57.Xr esa 4
58audio adapter:
59.Bd -literal
60outputs.master=255,255
61outputs.master.mute=off
62outputs.mono=255
63outputs.mono.mute=on
64outputs.mono.source=mixerout
65outputs.headphones=255,255
66outputs.headphones.mute=off
67outputs.tone=255,255
68inputs.speaker=255
69inputs.speaker.mute=off
70inputs.phone=191
71inputs.phone.mute=on
72inputs.mic=191
73inputs.mic.mute=on
74inputs.mic.preamp=off
75inputs.mic.source=mic0
76inputs.line=191,191
77inputs.line.mute=on
78inputs.cd=191,191
79inputs.cd.mute=on
80inputs.video=255,255
81inputs.video.mute=off
82inputs.aux=255,255
83inputs.aux.mute=off
84inputs.dac=191,191
85inputs.dac.mute=off
86record.source=mic
87record.volume=255,255
88record.volume.mute=off
89record.mic=0
90record.mic.mute=off
91outputs.loudness=off
92outputs.spatial=off
93outputs.spatial.center=0
94outputs.spatial.depth=0
95.Ed
96.Sh SEE ALSO
97.Xr mixerctl 1
98.Sh HISTORY
99The
100.Nm
101configuration file first appeared in
102.Nx 1.7 .
103