]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-input-internal-mic.conf
Merge remote-tracking branch 'mkbosmans/mingw32-build'
[pulseaudio] / src / modules / alsa / mixer / paths / analog-input-internal-mic.conf
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, write to the Free Software Foundation,
15 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
16
17 ; For devices where a 'Internal Mic' or 'Internal Mic Boost' element exists
18 ; 'Int Mic' and 'Int Mic Boost' are for compatibility with kernels < 2.6.38
19 ;
20 ; See analog-output.conf.common for an explanation on the directives
21
22 [General]
23 priority = 89
24 name = analog-input-microphone-internal
25
26 [Element Internal Mic Boost]
27 required-any = any
28 switch = select
29 volume = merge
30 override-map.1 = all
31 override-map.2 = all-left,all-right
32
33 [Option Internal Mic Boost:on]
34 name = input-boost-on
35
36 [Option Internal Mic Boost:off]
37 name = input-boost-off
38
39 [Element Int Mic Boost]
40 required-any = any
41 switch = select
42 volume = merge
43 override-map.1 = all
44 override-map.2 = all-left,all-right
45
46 [Option Int Mic Boost:on]
47 name = input-boost-on
48
49 [Option Int Mic Boost:off]
50 name = input-boost-off
51
52
53 [Element Internal Mic]
54 required-any = any
55 switch = mute
56 volume = merge
57 override-map.1 = all
58 override-map.2 = all-left,all-right
59
60 [Element Int Mic]
61 required-any = any
62 switch = mute
63 volume = merge
64 override-map.1 = all
65 override-map.2 = all-left,all-right
66
67 [Element Capture]
68 switch = mute
69 volume = merge
70 override-map.1 = all
71 override-map.2 = all-left,all-right
72
73 [Element Input Source]
74 enumeration = select
75
76 [Option Input Source:Internal Mic]
77 name = analog-input-microphone-internal
78 required-any = any
79
80 [Option Input Source:Int Mic]
81 name = analog-input-microphone-internal
82 required-any = any
83
84 [Element Capture Source]
85 enumeration = select
86
87 [Option Capture Source:Internal Mic]
88 name = analog-input-microphone-internal
89 required-any = any
90
91 [Option Capture Source:Int Mic]
92 name = analog-input-microphone-internal
93 required-any = any
94
95 [Element Mic]
96 switch = off
97 volume = off
98
99 [Element Dock Mic]
100 switch = off
101 volume = off
102
103 [Element Front Mic]
104 switch = off
105 volume = off
106
107 [Element Rear Mic]
108 switch = off
109 volume = off
110
111 .include analog-input-mic.conf.common