-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAudioPortDevice.prf.xml
More file actions
63 lines (63 loc) · 2.37 KB
/
AudioPortDevice.prf.xml
File metadata and controls
63 lines (63 loc) · 2.37 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties PUBLIC "-//JTRS//DTD SCA V2.2.2 PRF//EN" "properties.dtd">
<properties>
<simple id="DCE:cdc5ee18-7ceb-4ae6-bf4c-31f983179b4d" mode="readonly" name="device_kind" type="string">
<description>This specifies the device kind</description>
<value>AUDIO</value>
<kind kindtype="allocation"/>
<action type="eq"/>
</simple>
<simple id="DCE:0f99b2e4-9903-4631-9846-ff349d18ecfb" mode="readonly" name="device_model" type="string">
<description> This specifies the specific device</description>
<value>ALSA</value>
<kind kindtype="allocation"/>
<action type="eq"/>
</simple>
<simple id="ptt_device" mode="readonly" name="ptt_device" type="string" commandline="true">
<value>/dev/input/event2</value>
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="capture_sample_rate" mode="readwrite" name="capture_sample_rate" type="ulong">
<value>16000</value>
<units>Hz</units>
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="capture_card" mode="readonly" name="capture_card" type="string">
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="capture_volume" mode="readwrite" name="capture_volume" type="ulong">
<value>75</value>
<units>%</units>
<range max="100" min="0"/>
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="capture_mixer_control" mode="readwrite" name="capture_mixer_control" type="string">
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="playback_sample_rate" mode="readwrite" name="playback_sample_rate" type="ulong">
<value>16000</value>
<units>Hz</units>
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="playback_card" mode="readonly" name="playback_card" type="string">
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="playback_volume" mode="readwrite" name="playback_volume" type="ulong">
<value>75</value>
<units>%</units>
<range max="100" min="0"/>
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="playback_mixer_control" mode="readwrite" name="playback_mixer_control" type="string">
<kind kindtype="property"/>
<action type="external"/>
</simple>
</properties>