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 'Mic/Line' element exists 17; 18; See analog-output.conf.common for an explanation on the directives 19 20[General] 21priority = 85 22description-key = analog-input 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] 51required = any 52switch = mute 53volume = merge 54override-map.1 = all 55override-map.2 = all-left,all-right 56 57[Element TV Tuner] 58switch = off 59volume = off 60 61[Element FM] 62switch = off 63volume = off 64 65.include analog-input.conf.common 66.include analog-input-mic.conf.common 67