Skip to content

Commit c347c9f

Browse files
committed
test: nvl-hx: Add alsa states
Add alsa states for NVL-HX SDW configuration Signed-off-by: Patryk Kuniecki <patryk.kuniecki@intel.com>
1 parent 49c1ecb commit c347c9f

File tree

1 file changed

+171
-0
lines changed

1 file changed

+171
-0
lines changed

alsa_settings/NVL_RVP_SDW.state

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
state.sofsoundwire {
2+
control.1 {
3+
iface MIXER
4+
name 'rt722 FU05 Playback Volume'
5+
value.0 87
6+
value.1 87
7+
}
8+
control.2 {
9+
iface MIXER
10+
name 'rt722 FU0F Capture Switch'
11+
value.0 true
12+
value.1 true
13+
}
14+
control.3 {
15+
iface MIXER
16+
name 'rt722 FU0F Capture Volume'
17+
value.0 46
18+
value.1 46
19+
}
20+
control.4 {
21+
iface MIXER
22+
name 'rt722 FU33 Boost Volume'
23+
value.0 0
24+
value.1 0
25+
}
26+
control.5 {
27+
iface MIXER
28+
name 'rt722 FU06 Playback Volume'
29+
value.0 60
30+
value.1 60
31+
}
32+
control.6 {
33+
iface MIXER
34+
name 'rt722 FU1E Capture Switch'
35+
value.0 true
36+
value.1 true
37+
value.2 true
38+
value.3 true
39+
}
40+
control.7 {
41+
iface MIXER
42+
name 'rt722 FU1E Capture Volume'
43+
value.0 63
44+
value.1 63
45+
value.2 63
46+
value.3 63
47+
}
48+
control.8 {
49+
iface MIXER
50+
name 'rt722 FU15 Boost Volume'
51+
value.0 0
52+
value.1 0
53+
value.2 0
54+
value.3 0
55+
}
56+
control.9 {
57+
iface MIXER
58+
name 'Headphone Switch'
59+
value true
60+
}
61+
control.10 {
62+
iface MIXER
63+
name 'Headset Mic Switch'
64+
value true
65+
}
66+
control.11 {
67+
iface CARD
68+
name 'Headphone Jack'
69+
value true
70+
}
71+
control.12 {
72+
iface CARD
73+
name 'Headset Mic Jack'
74+
value true
75+
}
76+
control.13 {
77+
iface MIXER
78+
name 'Speaker Switch'
79+
value true
80+
}
81+
control.14 {
82+
iface MIXER
83+
name 'rt722 ADC 22 Mux'
84+
value MIC2
85+
}
86+
control.15 {
87+
iface MIXER
88+
name 'rt722 ADC 24 Mux'
89+
value DMIC1
90+
}
91+
control.16 {
92+
iface MIXER
93+
name 'rt722 ADC 25 Mux'
94+
value DMIC2
95+
}
96+
control.17 {
97+
iface MIXER
98+
name 'Pre Mixer Jack Out Playback Volume'
99+
value.0 45
100+
value.1 45
101+
}
102+
control.18 {
103+
iface MIXER
104+
name 'Post Mixer Jack Out Playback Volume'
105+
value.0 45
106+
value.1 45
107+
}
108+
control.20 {
109+
iface MIXER
110+
name 'Pre Mixer Deepbuffer Jack Out Volume'
111+
value.0 45
112+
value.1 45
113+
}
114+
control.21 {
115+
iface MIXER
116+
name 'Pre Mixer Speaker Playback Volume'
117+
value.0 45
118+
value.1 45
119+
}
120+
control.22 {
121+
iface MIXER
122+
name 'Post Mixer Speaker Playback Volume'
123+
value.0 45
124+
value.1 45
125+
}
126+
control.26 {
127+
iface MIXER
128+
name 'Post Mixer Speaker Playback DRC switch'
129+
value false
130+
}
131+
control.28 {
132+
iface MIXER
133+
name 'Microphone Capture TDFB beam switch'
134+
value false
135+
}
136+
control.29 {
137+
iface MIXER
138+
name 'Microphone Capture TDFB angle set enum'
139+
value '-90'
140+
}
141+
control.31 {
142+
iface MIXER
143+
name 'Microphone Capture DRC switch'
144+
value false
145+
}
146+
}
147+
state.CODEC {
148+
control.1 {
149+
iface PCM
150+
name 'Playback Channel Map'
151+
value.0 0
152+
value.1 0
153+
}
154+
control.2 {
155+
iface PCM
156+
name 'Capture Channel Map'
157+
value.0 0
158+
value.1 0
159+
}
160+
control.3 {
161+
iface MIXER
162+
name 'PCM Playback Switch'
163+
value true
164+
}
165+
control.4 {
166+
iface MIXER
167+
name 'PCM Playback Volume'
168+
value.0 108
169+
value.1 108
170+
}
171+
}

0 commit comments

Comments
 (0)