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 some ASUS netbooks that have one jack that can be either a Headphone 17; *or* a mic. This path will be active only when it is used as a mic. 18; 19; See analog-output.conf.common for an explanation on the directives 20 21[General] 22priority = 87 23description-key = analog-input-microphone 24 25[Jack Headphone Mic] 26required-any = any 27state.plugged = unknown 28 29[Element Capture] 30switch = mute 31volume = merge 32override-map.1 = all 33override-map.2 = all-left,all-right 34 35[Element Headphone Mic Boost] 36required-any = any 37switch = select 38volume = merge 39override-map.1 = all 40override-map.2 = all-left,all-right 41 42[Element Headphone Mic] 43required-any = any 44switch = mute 45volume = merge 46override-map.1 = all 47override-map.2 = all-left,all-right 48 49[Element Input Source] 50enumeration = select 51 52[Option Input Source:Headphone Mic] 53name = analog-input-microphone 54required-any = any 55 56[Element Capture Source] 57enumeration = select 58 59[Option Capture Source:Headphone Mic] 60name = analog-input-microphone 61required-any = any 62 63; Make sure the internal speakers are not auto-muted when you plug a mic in 64[Element Auto-Mute Mode] 65enumeration = select 66 67[Option Auto-Mute Mode:Disabled] 68name = analog-input-microphone 69 70[Element Front Mic] 71switch = off 72volume = off 73 74[Element Internal Mic] 75switch = off 76volume = off 77 78[Element Rear Mic] 79switch = off 80volume = off 81 82[Element Dock Mic] 83switch = off 84volume = off 85 86[Element Dock Mic Boost] 87switch = off 88volume = off 89 90[Element Internal Mic Boost] 91switch = off 92volume = off 93 94[Element Front Mic Boost] 95switch = off 96volume = off 97 98[Element Rear Mic Boost] 99switch = off 100volume = off 101 102.include analog-input-mic.conf.common 103