alsa-mixer: Add special profiles for some laptops missing speaker and/or internal mic
[profile/ivi/pulseaudio-panda.git] / src / modules / alsa / mixer / paths / analog-input-internal-mic-always.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 [Jack Mic]
27 state.plugged = no
28 state.unplugged = unknown
29
30 [Jack Dock Mic]
31 state.plugged = no
32 state.unplugged = unknown
33
34 [Jack Front Mic]
35 state.plugged = no
36 state.unplugged = unknown
37
38 [Jack Rear Mic]
39 state.plugged = no
40 state.unplugged = unknown
41
42 [Element Internal Mic Boost]
43 switch = select
44 volume = merge
45 override-map.1 = all
46 override-map.2 = all-left,all-right
47
48 [Option Internal Mic Boost:on]
49 name = input-boost-on
50
51 [Option Internal Mic Boost:off]
52 name = input-boost-off
53
54 [Element Int Mic Boost]
55 switch = select
56 volume = merge
57 override-map.1 = all
58 override-map.2 = all-left,all-right
59
60 [Option Int Mic Boost:on]
61 name = input-boost-on
62
63 [Option Int Mic Boost:off]
64 name = input-boost-off
65
66
67 [Element Internal Mic]
68 switch = mute
69 volume = merge
70 override-map.1 = all
71 override-map.2 = all-left,all-right
72
73 [Element Int Mic]
74 switch = mute
75 volume = merge
76 override-map.1 = all
77 override-map.2 = all-left,all-right
78
79 [Element Capture]
80 switch = mute
81 volume = merge
82 override-map.1 = all
83 override-map.2 = all-left,all-right
84
85 [Element Input Source]
86 enumeration = select
87
88 [Option Input Source:Internal Mic]
89 name = analog-input-microphone-internal
90
91 [Option Input Source:Int Mic]
92 name = analog-input-microphone-internal
93
94 [Element Capture Source]
95 enumeration = select
96
97 [Option Capture Source:Internal Mic]
98 name = analog-input-microphone-internal
99
100 [Option Capture Source:Int Mic]
101 name = analog-input-microphone-internal
102
103 [Element Mic]
104 switch = off
105 volume = off
106
107 [Element Dock Mic]
108 switch = off
109 volume = off
110
111 [Element Front Mic]
112 switch = off
113 volume = off
114
115 [Element Rear Mic]
116 switch = off
117 volume = off
118
119 [Element Mic Boost]
120 switch = off
121 volume = off
122
123 [Element Dock Mic Boost]
124 switch = off
125 volume = off
126
127 [Element Front Mic Boost]
128 switch = off
129 volume = off
130
131 [Element Rear Mic Boost]
132 switch = off
133 volume = off
134
135 .include analog-input-mic.conf.common