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; A fallback for devices that lack separate Mic/Line/Aux/Video/TV 17; Tuner/FM elements 18; 19; See analog-output.conf.common for an explanation on the directives 20 21[General] 22priority = 100 23 24[Element Capture] 25switch = mute 26volume = merge 27override-map.1 = all 28override-map.2 = all-left,all-right 29 30[Element Mic] 31required-absent = any 32 33[Element Mic Boost] 34required-absent = any 35 36[Element Dock Mic] 37required-absent = any 38 39[Element Dock Mic Boost] 40required-absent = any 41 42[Element Front Mic] 43required-absent = any 44 45[Element Front Mic Boost] 46required-absent = any 47 48[Element Int Mic] 49required-absent = any 50 51[Element Int Mic Boost] 52required-absent = any 53 54[Element Internal Mic] 55required-absent = any 56 57[Element Internal Mic Boost] 58required-absent = any 59 60[Element Rear Mic] 61required-absent = any 62 63[Element Rear Mic Boost] 64required-absent = any 65 66[Element Headset] 67required-absent = any 68 69[Element Headset Mic] 70required-absent = any 71 72[Element Headset Mic Boost] 73required-absent = any 74 75[Element Headphone Mic] 76required-absent = any 77 78[Element Headphone Mic Boost] 79required-absent = any 80 81[Element Line] 82required-absent = any 83 84[Element Line Boost] 85required-absent = any 86 87[Element Aux] 88required-absent = any 89 90[Element Video] 91required-absent = any 92 93[Element Mic/Line] 94required-absent = any 95 96[Element TV Tuner] 97required-absent = any 98 99[Element FM] 100required-absent = any 101 102.include analog-input.conf.common 103