~ctf/pulseaudio/pulseaudio-paths-backport

« back to all changes in this revision

Viewing changes to mixer/paths/analog-input-internal-mic.conf

  • Committer: David Henningsson
  • Date: 2015-01-12 11:33:33 UTC
  • Revision ID: david.henningsson@canonical.com-20150112113333-wn2zfhycwpuzgrdh
Initial import from PulseAudio git master

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
description-key = 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
[Jack Internal Mic Phantom]
 
43
state.plugged = unknown
 
44
state.unplugged = unknown
 
45
required-any = any
 
46
 
 
47
[Element Capture]
 
48
switch = mute
 
49
volume = merge
 
50
override-map.1 = all
 
51
override-map.2 = all-left,all-right
 
52
 
 
53
[Element Internal Mic Boost]
 
54
required-any = any
 
55
switch = select
 
56
volume = merge
 
57
override-map.1 = all
 
58
override-map.2 = all-left,all-right
 
59
 
 
60
[Option Internal Mic Boost:on]
 
61
name = input-boost-on
 
62
 
 
63
[Option Internal Mic Boost:off]
 
64
name = input-boost-off
 
65
 
 
66
[Element Int Mic Boost]
 
67
required-any = any
 
68
switch = select
 
69
volume = merge
 
70
override-map.1 = all
 
71
override-map.2 = all-left,all-right
 
72
 
 
73
[Option Int Mic Boost:on]
 
74
name = input-boost-on
 
75
 
 
76
[Option Int Mic Boost:off]
 
77
name = input-boost-off
 
78
 
 
79
[Element Internal Mic]
 
80
required-any = any
 
81
switch = mute
 
82
volume = merge
 
83
override-map.1 = all
 
84
override-map.2 = all-left,all-right
 
85
 
 
86
[Element Int Mic]
 
87
required-any = any
 
88
switch = mute
 
89
volume = merge
 
90
override-map.1 = all
 
91
override-map.2 = all-left,all-right
 
92
 
 
93
[Element Input Source]
 
94
enumeration = select
 
95
 
 
96
[Option Input Source:Internal Mic]
 
97
name = analog-input-microphone-internal
 
98
required-any = any
 
99
 
 
100
[Option Input Source:Int Mic]
 
101
name = analog-input-microphone-internal
 
102
required-any = any
 
103
 
 
104
[Element Capture Source]
 
105
enumeration = select
 
106
 
 
107
[Option Capture Source:Internal Mic]
 
108
name = analog-input-microphone-internal
 
109
required-any = any
 
110
 
 
111
[Option Capture Source:Int Mic]
 
112
name = analog-input-microphone-internal
 
113
required-any = any
 
114
 
 
115
[Element Mic]
 
116
switch = off
 
117
volume = off
 
118
 
 
119
[Element Dock Mic]
 
120
switch = off
 
121
volume = off
 
122
 
 
123
[Element Front Mic]
 
124
switch = off
 
125
volume = off
 
126
 
 
127
[Element Rear Mic]
 
128
switch = off
 
129
volume = off
 
130
 
 
131
[Element Headphone Mic]
 
132
switch = off
 
133
volume = off
 
134
 
 
135
[Element Headphone Mic Boost]
 
136
switch = off
 
137
volume = off
 
138
 
 
139
[Element Mic Boost]
 
140
switch = off
 
141
volume = off
 
142
 
 
143
[Element Dock Mic Boost]
 
144
switch = off
 
145
volume = off
 
146
 
 
147
[Element Front Mic Boost]
 
148
switch = off
 
149
volume = off
 
150
 
 
151
[Element Rear Mic Boost]
 
152
switch = off
 
153
volume = off
 
154
 
 
155
.include analog-input-mic.conf.common