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 'Aux' element exists 17; 18; See analog-output.conf.common for an explanation on the directives 19 20[General] 21priority = 80 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] 43required = any 44switch = mute 45volume = merge 46override-map.1 = all 47override-map.2 = all-left,all-right 48 49[Element Video] 50switch = off 51volume = off 52 53[Element Mic/Line] 54switch = off 55volume = off 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