• 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; For devices where a 'Video' element exists
17;
18; See analog-output.conf.common for an explanation on the directives
19
20[General]
21priority = 70
22
23[Element Capture]
24switch = mute
25volume = merge
26override-map.1 = all
27override-map.2 = all-left,all-right
28
29[Element Mic]
30switch = off
31volume = off
32
33[Element Internal Mic]
34switch = off
35volume = off
36
37[Element Line]
38switch = off
39volume = off
40
41[Element Aux]
42switch = off
43volume = off
44
45[Element Video]
46required = any
47switch = mute
48volume = merge
49override-map.1 = all
50override-map.2 = all-left,all-right
51
52[Element Mic/Line]
53switch = off
54volume = off
55
56[Element TV Tuner]
57switch = off
58volume = off
59
60[Element FM]
61switch = off
62volume = off
63
64.include analog-input.conf.common
65