Skip to content

Commit 719f570

Browse files
committed
USB-Audio: Add Audient EVO4
1 parent f5d3c38 commit 719f570

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
Include.pcm_split.File "/common/pcm/split.conf"
2+
3+
Macro [
4+
{
5+
SplitPCM {
6+
Name "evo4_stereo_out"
7+
Direction Playback
8+
Channels 2
9+
HWChannels 4
10+
HWChannelPos0 FL
11+
HWChannelPos1 FR
12+
HWChannelPos2 FL
13+
HWChannelPos3 FR
14+
}
15+
}
16+
{
17+
SplitPCM {
18+
Name "evo4_stereo_in"
19+
Direction Capture
20+
Channels 2
21+
HWChannels 4
22+
HWChannelPos0 FL
23+
HWChannelPos1 FR
24+
HWChannelPos2 FL
25+
HWChannelPos3 FR
26+
}
27+
}
28+
]
29+
30+
SectionDevice."Speaker" {
31+
Comment "Speaker"
32+
33+
Value {
34+
PlaybackPriority 100
35+
}
36+
Macro.pcm_split.SplitPCMDevice {
37+
Name "evo4_stereo_out"
38+
Direction Playback
39+
HWChannels 4
40+
Channels 2
41+
Channel0 2
42+
Channel1 3
43+
ChannelPos0 FL
44+
ChannelPos1 FR
45+
}
46+
}
47+
48+
SectionDevice."Headphones" {
49+
Comment "Headphones / Monitor"
50+
51+
Value {
52+
PlaybackPriority 200
53+
}
54+
Macro.pcm_split.SplitPCMDevice {
55+
Name "evo4_stereo_out"
56+
Direction Playback
57+
HWChannels 4
58+
Channels 2
59+
Channel0 0
60+
Channel1 1
61+
ChannelPos0 FL
62+
ChannelPos1 FR
63+
}
64+
}
65+
66+
SectionDevice."Mic" {
67+
Comment "XLR Microphone"
68+
69+
Value {
70+
CapturePriority 200
71+
}
72+
Macro.pcm_split.SplitPCMDevice {
73+
Name "evo4_stereo_in"
74+
Direction Capture
75+
HWChannels 4
76+
Channels 2
77+
Channel0 0
78+
Channel1 1
79+
ChannelPos0 FL
80+
ChannelPos1 FR
81+
}
82+
}
83+
84+
SectionDevice."Line1" {
85+
Comment "Line Input"
86+
87+
Value {
88+
CapturePriority 100
89+
}
90+
Macro.pcm_split.SplitPCMDevice {
91+
Name "evo4_stereo_in"
92+
Direction Capture
93+
HWChannels 4
94+
Channels 2
95+
Channel0 2
96+
Channel1 3
97+
ChannelPos0 FL
98+
ChannelPos1 FR
99+
}
100+
}

0 commit comments

Comments
 (0)