• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is part of PulseAudio.
2#
3# PulseAudio is free software; you can redistribute it and/or modify
4# it under the terms of the GNU Lesser General Public License as
5# published by the Free Software Foundation; either version 2.1 of the
6# License, or (at your option) any later version.
7#
8# PulseAudio is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11# General Public License for more details.
12#
13# You should have received a copy of the GNU Lesser General Public License
14# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
15
16; Intended for usage on boards that have a separate Mono output plug.
17;
18; See analog-output.conf.common for an explanation on the directives
19
20[General]
21priority = 50
22
23[Element Hardware Master]
24switch = mute
25volume = merge
26override-map.1 = all
27override-map.2 = all-left,all-right
28
29[Element Master]
30switch = off
31volume = off
32
33[Element Master Mono]
34required = any
35switch = mute
36volume = merge
37override-map.1 = all
38override-map.2 = all-left,all-right
39
40; This profile path is intended to control the speaker, not the
41; headphones. But it should not hurt if we leave the headphone jack
42; enabled nonetheless.
43[Element Headphone]
44switch = mute
45volume = zero
46
47[Element Headphone,1]
48switch = mute
49volume = zero
50
51[Element Headphone+LO]
52switch = mute
53volume = zero
54
55[Element Headphone2]
56switch = mute
57volume = zero
58
59[Element Speaker]
60switch = mute
61volume = merge
62override-map.1 = all
63override-map.2 = all-left,all-right
64
65[Element Speaker+LO]
66switch = mute
67volume = merge
68override-map.1 = all
69override-map.2 = all-left,all-right
70
71[Element Desktop Speaker]
72switch = off
73volume = off
74
75[Element Front]
76switch = off
77volume = off
78
79[Element Rear]
80switch = off
81volume = off
82
83[Element Surround]
84switch = off
85volume = off
86
87[Element Side]
88switch = off
89volume = off
90
91[Element Center]
92switch = off
93volume = off
94
95[Element LFE]
96switch = off
97volume = off
98
99.include analog-output.conf.common
100