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