blob: c3ded1c7ab404a1ff8c69f2e67722f50cd5fc7eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-mixer" version="1.0">
<property name="sound-card" type="string" value="HDAIntelPCHAlsamixer"/>
<property name="sound-cards" type="empty">
<property name="HDAIntelPCHAlsamixer" type="array">
<value type="string" value="Master"/>
<value type="string" value="Headphone"/>
<value type="string" value="Speaker"/>
<value type="string" value="PCM"/>
<value type="string" value="Mic Boost"/>
<value type="string" value="Internal Mic Boost"/>
</property>
</property>
<property name="window-height" type="int" value="402"/>
<property name="window-width" type="int" value="638"/>
<property name="active-card" type="string" value="HDAIntelPCHAlsamixer"/>
<property name="volume-step-size" type="uint" value="5"/>
</channel>
|