blob: 04453ee4939a1ae99f2b20459425fe148bcbef6c [file] [log] [blame]
Andreas Schneider04037e72017-02-10 17:56:35 +01001<mixer>
2 <!-- ########## Initial mixer settings ########## -->
3
4 <!-- Disable Speaker -->
5 <ctl name="SPK Switch" value="0" />
6
7 <!--
8 #######################################################
9 ### AUDIO ROUTING
10 #######################################################
11 -->
12
13 <path name="none">
14 <!-- Empty path -->
15 </path>
16
17 <!-- ########## Playback ########## -->
18
19 <path name="earpiece">
20 <!-- Empty path -->
21 </path>
22
23 <path name="speaker">
24 <!-- Empty path -->
25 </path>
26
27 <path name="headphones">
28 <!-- Empty path -->
29 </path>
30
31 <path name="speaker-and-headphones">
32 <!-- Empty path -->
33 </path>
34
35 <path name="voice-earpiece">
36 <!-- Empty path -->
37 </path>
38
39 <path name="voice-earpiece-wb">
40 <!-- Empty path -->
41 </path>
42
43 <path name="voice-speaker">
44 <!-- Empty path -->
45 </path>
46
47 <path name="voice-speaker-wb">
48 <!-- Empty path -->
49 </path>
50
51 <path name="voice-headphones">
52 <!-- Empty path -->
53 </path>
54
55 <path name="voice-headphones-wb">
56 <!-- Empty path -->
57 </path>
58
Christopher N. Hesse56caa262017-03-20 19:40:53 +010059 <path name="voice-bt-sco-headset">
60 <!-- Empty path -->
61 </path>
62
63 <path name="voice-bt-sco-headset-wb">
64 <!-- Empty path -->
65 </path>
66
Andreas Schneider04037e72017-02-10 17:56:35 +010067 <path name="hdmi">
68 <!-- Empty path -->
69 </path>
70
71 <path name="speaker-and-hdmi">
72 <!-- Empty path -->
73 </path>
74
75 <path name="bt-sco-headset">
76 <!-- Empty path -->
77 </path>
78
79 <!-- ########## Capture ########## -->
80
81 <path name="earpiece-mic">
82 <!-- Empty path -->
83 </path>
84
85 <path name="speaker-mic">
86 <!-- Empty path -->
87 </path>
88
89 <path name="voice-mic">
90 <!-- Configure builtin mic only -->
91 <!-- Empty path -->
92 </path>
93
94 <!-- Two mic -->
95 <path name="voice-earpiece-mic">
Andreas Schneider7c367c02017-02-11 15:07:44 +010096 <!-- Should be main mic and back mic -->
97 <!-- Capture channel set to main mic -->
Andreas Schneider04037e72017-02-10 17:56:35 +010098 <!-- Empty path -->
99 </path>
100
101 <path name="voice-earpiece-mic-wb">
Andreas Schneider7c367c02017-02-11 15:07:44 +0100102 <!-- Should be main mic and back mic -->
103 <!-- Capture channel set to main mic -->
Andreas Schneider04037e72017-02-10 17:56:35 +0100104 <!-- Empty path -->
105 </path>
106
107 <path name="voice-speaker-mic">
Andreas Schneider7c367c02017-02-11 15:07:44 +0100108 <!-- Should be main mic and back mic -->
109 <!-- Capture channel set to back mic -->
Andreas Schneider04037e72017-02-10 17:56:35 +0100110 <!-- Empty path -->
111 </path>
112
113 <path name="voice-speaker-mic-wb">
Andreas Schneider7c367c02017-02-11 15:07:44 +0100114 <!-- Should be main mic and back mic -->
115 <!-- Capture channel set to back mic -->
Andreas Schneider04037e72017-02-10 17:56:35 +0100116 <!-- Empty path -->
117 </path>
118
119 <path name="voice-headset-mic">
120 <!-- Empty path -->
121 </path>
122
123 <path name="voice-headset-mic-wb">
124 <!-- Empty path -->
125 </path>
126
Christopher N. Hesse56caa262017-03-20 19:40:53 +0100127 <path name="voice-bt-sco-mic">
128 <!-- Empty path -->
129 </path>
130
131 <path name="voice-bt-sco-mic-wb">
132 <!-- Empty path -->
133 </path>
134
Andreas Schneider04037e72017-02-10 17:56:35 +0100135 <path name="hdmi-mic">
136 <!-- Empty path -->
137 </path>
138
139 <path name="bt-sco-mic">
140 <!-- Empty path -->
141 </path>
142
Andreas Schneider04037e72017-02-10 17:56:35 +0100143 <path name="voice-rec-headset-mic">
144 <!-- Empty path -->
145 </path>
146
147 <path name="voice-rec-mic">
148 <!-- Empty path -->
149 </path>
150
151 <path name="camcorder-mic">
152 <!-- Should be builtin and back mic -->
153 <!-- Empty path -->
154 </path>
155
156 <path name="loopback-aec">
157 <!-- Empty path -->
158 </path>
159
160</mixer>