blob: 49598c3802aceacbb8d2eb2bee81865898243c00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<tinyalsa-audio device="GTA04">
<device type="init">
<path name="enable">
<ctl name="DAC1 Digital Fine Playback Volume" value="60" />
<ctl name="DAC2 Digital Fine Playback Volume" value="60" />
<ctl name="DAC1 Digital Coarse Playback Volume" value="0" />
<ctl name="DAC2 Digital Coarse Playback Volume" value="0" />
<ctl name="DAC1 Analog Playback Volume" value="16" />
<ctl name="DAC2 Analog Playback Volume" value="16" />
<ctl name="Analog Capture Volume" value="5" />
<ctl name="TX1 Digital Capture Volume" value="12" />
<ctl name="TX2 Digital Capture Volume" value="12" />
</path>
</device>
<device type="output" name="speaker">
<path name="enable">
<ctl name="HandsfreeL Mux" value="AudioL2" />
<ctl name="HandsfreeR Mux" value="AudioR2" />
<ctl name="HandsfreeL Switch" value="on" />
<ctl name="HandsfreeR Switch" value="on" />
</path>
<path name="disable">
<ctl name="HandsfreeL Switch" value="off" />
<ctl name="HandsfreeR Switch" value="off" />
</path>
</device>
<device type="input" name="builtin-mic">
<path name="enable">
<ctl name="Analog Left Main Mic Capture Switch" value="on" />
</path>
<path name="disable">
<ctl name="Analog Left Main Mic Capture Switch" value="off" />
</path>
</device>
</tinyalsa-audio>
|