2010-02-16 00:58:49 +01:00
|
|
|
# This file is part of PulseAudio.
|
|
|
|
|
#
|
|
|
|
|
# PulseAudio is free software; you can redistribute it and/or modify
|
|
|
|
|
# it under the terms of the GNU Lesser General Public License as
|
|
|
|
|
# published by the Free Software Foundation; either version 2.1 of the
|
|
|
|
|
# License, or (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# PulseAudio is distributed in the hope that it will be useful, but
|
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
# General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
# along with PulseAudio; if not, write to the Free Software Foundation,
|
|
|
|
|
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
|
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
; For devices where a 'Internal Mic' or 'Internal Mic Boost' element exists
|
|
|
|
|
; 'Int Mic' and 'Int Mic Boost' are for compatibility with kernels < 2.6.38
|
2010-02-16 00:58:49 +01:00
|
|
|
;
|
|
|
|
|
; See analog-output.conf.common for an explanation on the directives
|
|
|
|
|
|
|
|
|
|
[General]
|
2011-01-05 13:27:53 +01:00
|
|
|
priority = 89
|
|
|
|
|
name = analog-input-microphone-internal
|
2010-02-16 00:58:49 +01:00
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
[Element Internal Mic Boost]
|
|
|
|
|
required-any = any
|
|
|
|
|
switch = select
|
2010-02-16 00:58:49 +01:00
|
|
|
volume = merge
|
|
|
|
|
override-map.1 = all
|
|
|
|
|
override-map.2 = all-left,all-right
|
|
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
[Option Internal Mic Boost:on]
|
|
|
|
|
name = input-boost-on
|
|
|
|
|
|
|
|
|
|
[Option Internal Mic Boost:off]
|
|
|
|
|
name = input-boost-off
|
|
|
|
|
|
|
|
|
|
[Element Int Mic Boost]
|
|
|
|
|
required-any = any
|
|
|
|
|
switch = select
|
|
|
|
|
volume = merge
|
|
|
|
|
override-map.1 = all
|
|
|
|
|
override-map.2 = all-left,all-right
|
|
|
|
|
|
|
|
|
|
[Option Int Mic Boost:on]
|
|
|
|
|
name = input-boost-on
|
|
|
|
|
|
|
|
|
|
[Option Int Mic Boost:off]
|
|
|
|
|
name = input-boost-off
|
|
|
|
|
|
2010-02-16 00:58:49 +01:00
|
|
|
|
|
|
|
|
[Element Internal Mic]
|
2011-01-05 13:27:53 +01:00
|
|
|
required-any = any
|
2010-02-16 00:58:49 +01:00
|
|
|
switch = mute
|
|
|
|
|
volume = merge
|
|
|
|
|
override-map.1 = all
|
|
|
|
|
override-map.2 = all-left,all-right
|
|
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
[Element Int Mic]
|
|
|
|
|
required-any = any
|
|
|
|
|
switch = mute
|
|
|
|
|
volume = merge
|
|
|
|
|
override-map.1 = all
|
|
|
|
|
override-map.2 = all-left,all-right
|
2010-02-16 00:58:49 +01:00
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
[Element Capture]
|
|
|
|
|
switch = mute
|
|
|
|
|
volume = merge
|
|
|
|
|
override-map.1 = all
|
|
|
|
|
override-map.2 = all-left,all-right
|
|
|
|
|
|
|
|
|
|
[Element Input Source]
|
|
|
|
|
enumeration = select
|
|
|
|
|
|
|
|
|
|
[Option Input Source:Internal Mic]
|
|
|
|
|
name = analog-input-microphone-internal
|
2011-01-19 15:40:56 +01:00
|
|
|
required-any = any
|
2011-01-05 13:27:53 +01:00
|
|
|
|
|
|
|
|
[Option Input Source:Int Mic]
|
|
|
|
|
name = analog-input-microphone-internal
|
2011-01-19 15:40:56 +01:00
|
|
|
required-any = any
|
2010-02-16 00:58:49 +01:00
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
[Element Capture Source]
|
|
|
|
|
enumeration = select
|
|
|
|
|
|
|
|
|
|
[Option Capture Source:Internal Mic]
|
|
|
|
|
name = analog-input-microphone-internal
|
2011-01-19 15:40:56 +01:00
|
|
|
required-any = any
|
2011-01-05 13:27:53 +01:00
|
|
|
|
|
|
|
|
[Option Capture Source:Int Mic]
|
|
|
|
|
name = analog-input-microphone-internal
|
2011-01-19 15:40:56 +01:00
|
|
|
required-any = any
|
2011-01-05 13:27:53 +01:00
|
|
|
|
|
|
|
|
[Element Mic]
|
2010-02-16 00:58:49 +01:00
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
[Element Dock Mic]
|
2010-02-16 00:58:49 +01:00
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
[Element Front Mic]
|
2010-02-16 00:58:49 +01:00
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
2011-01-05 13:27:53 +01:00
|
|
|
[Element Rear Mic]
|
2010-02-16 00:58:49 +01:00
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
|
|
|
|
.include analog-input-mic.conf.common
|