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 'Dock Mic' or 'Dock Mic Boost' element exists 17; 18; See analog-output.conf.common for an explanation on the directives 19 20[General] 21priority = 78 22description-key = analog-input-microphone-dock 23 24[Jack Dock Mic] 25required-any = any 26 27[Jack Dock Mic Phantom] 28state.plugged = unknown 29state.unplugged = unknown 30required-any = any 31 32[Element Capture] 33switch = mute 34volume = merge 35override-map.1 = all 36override-map.2 = all-left,all-right 37 38[Element Dock Mic Boost] 39required-any = any 40switch = select 41volume = merge 42override-map.1 = all 43override-map.2 = all-left,all-right 44 45[Option Dock Mic Boost:on] 46name = input-boost-on 47 48[Option Dock Mic Boost:off] 49name = input-boost-off 50 51[Element Dock Mic] 52required-any = any 53switch = mute 54volume = merge 55override-map.1 = all 56override-map.2 = all-left,all-right 57 58[Element Input Source] 59enumeration = select 60 61[Option Input Source:Dock Mic] 62name = analog-input-microphone-dock 63required-any = any 64 65[Element Capture Source] 66enumeration = select 67 68[Option Capture Source:Dock Mic] 69name = analog-input-microphone-dock 70required-any = any 71 72[Element Mic] 73switch = off 74volume = off 75 76[Element Internal Mic] 77switch = off 78volume = off 79 80[Element Front Mic] 81switch = off 82volume = off 83 84[Element Rear Mic] 85switch = off 86volume = off 87 88[Element Mic Boost] 89switch = off 90volume = off 91 92[Element Internal Mic Boost] 93switch = off 94volume = off 95 96[Element Front Mic Boost] 97switch = off 98volume = off 99 100[Element Rear Mic Boost] 101switch = off 102volume = off 103 104.include analog-input-mic.conf.common 105