1SectionVerb {
2	Value {
3		OutputDspName "speaker_eq"
4	}
5
6	EnableSequence [
7		cdev "hw:sklnau8825adi"
8		cset "name='codec1_out mo media0_in mi Switch' off"
9		cset "name='codec0_out mo media0_in mi Switch' on"
10		cset "name='DAC Oversampling Rate' 128"
11		cset "name='Headset Mic Switch' off"
12		cset "name='codec0_iv_in Switch' 1"
13		cset "name='media0_out mo codec0_in mi Switch' off"
14		cset "name='media0_out mo dmic01_hifi_in mi Switch' on"
15		cset "name='Pin 5 Mux' cvt 2"
16		cset "name='Pin 6 Mux' cvt 3"
17		cset "name='Pin 7 Mux' cvt 4"
18		cset "name='Mic Volume' 255"
19	]
20
21	DisableSequence [
22	]
23}
24
25SectionDevice."Internal Mic".0 {
26	Value {
27		MaxSoftwareGain "2000"
28	}
29
30	EnableSequence [
31	]
32
33	DisableSequence [
34	]
35}
36
37SectionDevice."Speaker".0 {
38	Value {
39		CoupledMixers "Left Master,Right Master"
40	}
41
42	EnableSequence [
43	]
44
45	DisableSequence [
46	]
47}
48
49SectionDevice."HDMI1".0 {
50	Value {
51		JackName "HDMI/DP, pcm=4 Jack"
52		OutputDspName ""
53	}
54
55	EnableSequence [
56	]
57
58	DisableSequence [
59	]
60}
61
62SectionDevice."HDMI2".0 {
63	Value {
64		JackName "HDMI/DP, pcm=5 Jack"
65		OutputDspName ""
66	}
67
68	EnableSequence [
69	]
70
71	DisableSequence [
72	]
73}
74
75SectionDevice."Headphone".0 {
76	Value {
77		JackName "sklnau8825adi Headset Jack"
78		OutputDspName ""
79	}
80
81	EnableSequence [
82		cdev "hw:sklnau8825adi"
83		cset "name='codec0_iv_in Switch' 0"
84		cset "name='codec0_out mo media0_in mi Switch' off"
85		cset "name='codec1_out mo media0_in mi Switch' on"
86		cset "name='Headphone Jack Switch' on"
87	]
88
89	DisableSequence [
90		cdev "hw:sklnau8825adi"
91		cset "name='codec0_out mo media0_in mi Switch' on"
92		cset "name='codec1_out mo media0_in mi Switch' off"
93		cset "name='Headphone Jack Switch' off"
94		cset "name='codec0_iv_in Switch' 1"
95	]
96}
97
98SectionDevice."Mic".0 {
99	Value {
100		JackName "sklnau8825adi Headset Jack"
101		CaptureControl "Mic"
102	}
103
104	EnableSequence [
105		cdev "hw:sklnau8825adi"
106		cset "name='Headset Mic Switch' on"
107		cset "name='media0_out mo codec0_in mi Switch' on"
108		cset "name='media0_out mo dmic01_hifi_in mi Switch' off"
109	]
110
111	DisableSequence [
112		cdev "hw:sklnau8825adi"
113		cset "name='Headset Mic Switch' off"
114		cset "name='media0_out mo codec0_in mi Switch' off"
115		cset "name='media0_out mo dmic01_hifi_in mi Switch' on"
116	]
117}
118
119SectionModifier."Hotword Model ar_eg".0 {
120	EnableSequence [
121		cdev "hw:sklnau8825adi"
122		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/ar_eg.hwd-blob"
123	]
124
125	DisableSequence [
126	]
127}
128
129SectionModifier."Hotword Model cmn_cn".0 {
130	EnableSequence [
131		cdev "hw:sklnau8825adi"
132		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/cmn_hans_cn.hwd-blob"
133	]
134
135	DisableSequence [
136	]
137}
138
139SectionModifier."Hotword Model cmn_tw".0 {
140	EnableSequence [
141		cdev "hw:sklnau8825adi"
142		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/cmn_hant_tw.hwd-blob"
143	]
144
145	DisableSequence [
146	]
147}
148
149SectionModifier."Hotword Model cs_cz".0 {
150	EnableSequence [
151		cdev "hw:sklnau8825adi"
152		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/cs_cz.hwd-blob"
153	]
154
155	DisableSequence [
156	]
157}
158
159SectionModifier."Hotword Model da_dk".0 {
160	EnableSequence [
161		cdev "hw:sklnau8825adi"
162		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/da_dk.hwd-blob"
163	]
164
165	DisableSequence [
166	]
167}
168
169SectionModifier."Hotword Model de_de".0 {
170	EnableSequence [
171		cdev "hw:sklnau8825adi"
172		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/de_de.hwd-blob"
173	]
174
175	DisableSequence [
176	]
177}
178
179SectionModifier."Hotword Model en_au".0 {
180	EnableSequence [
181		cdev "hw:sklnau8825adi"
182		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_au.hwd-blob"
183	]
184
185	DisableSequence [
186	]
187}
188
189SectionModifier."Hotword Model en_gb".0 {
190	EnableSequence [
191		cdev "hw:sklnau8825adi"
192		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_gb.hwd-blob"
193	]
194
195	DisableSequence [
196	]
197}
198
199SectionModifier."Hotword Model en_ie".0 {
200	EnableSequence [
201		cdev "hw:sklnau8825adi"
202		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_ie.hwd-blob"
203	]
204
205	DisableSequence [
206	]
207}
208
209SectionModifier."Hotword Model en_in".0 {
210	EnableSequence [
211		cdev "hw:sklnau8825adi"
212		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_in.hwd-blob"
213	]
214
215	DisableSequence [
216	]
217}
218
219SectionModifier."Hotword Model en_ph".0 {
220	EnableSequence [
221		cdev "hw:sklnau8825adi"
222		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_ph.hwd-blob"
223	]
224
225	DisableSequence [
226	]
227}
228
229SectionModifier."Hotword Model en_us".0 {
230	EnableSequence [
231		cdev "hw:sklnau8825adi"
232		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/en_us.hwd-blob"
233	]
234
235	DisableSequence [
236	]
237}
238
239SectionModifier."Hotword Model es_419".0 {
240	EnableSequence [
241		cdev "hw:sklnau8825adi"
242		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/es_419.hwd-blob"
243	]
244
245	DisableSequence [
246	]
247}
248
249SectionModifier."Hotword Model es_ar".0 {
250	EnableSequence [
251		cdev "hw:sklnau8825adi"
252		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/es_ar.hwd-blob"
253	]
254
255	DisableSequence [
256	]
257}
258
259SectionModifier."Hotword Model es_es".0 {
260	EnableSequence [
261		cdev "hw:sklnau8825adi"
262		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/es_es.hwd-blob"
263	]
264
265	DisableSequence [
266	]
267}
268
269SectionModifier."Hotword Model es_mx".0 {
270	EnableSequence [
271		cdev "hw:sklnau8825adi"
272		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/es_mx.hwd-blob"
273	]
274
275	DisableSequence [
276	]
277}
278
279SectionModifier."Hotword Model es_us".0 {
280	EnableSequence [
281		cdev "hw:sklnau8825adi"
282		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/es_us.hwd-blob"
283	]
284
285	DisableSequence [
286	]
287}
288
289SectionModifier."Hotword Model fa_ir".0 {
290	EnableSequence [
291		cdev "hw:sklnau8825adi"
292		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/fa_ir.hwd-blob"
293	]
294
295	DisableSequence [
296	]
297}
298
299SectionModifier."Hotword Model fi_fi".0 {
300	EnableSequence [
301		cdev "hw:sklnau8825adi"
302		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/fi_fi.hwd-blob"
303	]
304
305	DisableSequence [
306	]
307}
308
309SectionModifier."Hotword Model fil_ph".0 {
310	EnableSequence [
311		cdev "hw:sklnau8825adi"
312		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/fil_ph.hwd-blob"
313	]
314
315	DisableSequence [
316	]
317}
318
319SectionModifier."Hotword Model fr_fr".0 {
320	EnableSequence [
321		cdev "hw:sklnau8825adi"
322		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/fr_fr.hwd-blob"
323	]
324
325	DisableSequence [
326	]
327}
328
329SectionModifier."Hotword Model hi_in".0 {
330	EnableSequence [
331		cdev "hw:sklnau8825adi"
332		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/hi_in.hwd-blob"
333	]
334
335	DisableSequence [
336	]
337}
338
339SectionModifier."Hotword Model hr_hr".0 {
340	EnableSequence [
341		cdev "hw:sklnau8825adi"
342		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/hr_hr.hwd-blob"
343	]
344
345	DisableSequence [
346	]
347}
348
349SectionModifier."Hotword Model id_id".0 {
350	EnableSequence [
351		cdev "hw:sklnau8825adi"
352		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/id_id.hwd-blob"
353	]
354
355	DisableSequence [
356	]
357}
358
359SectionModifier."Hotword Model it_it".0 {
360	EnableSequence [
361		cdev "hw:sklnau8825adi"
362		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/it_it.hwd-blob"
363	]
364
365	DisableSequence [
366	]
367}
368
369SectionModifier."Hotword Model ja_jp".0 {
370	EnableSequence [
371		cdev "hw:sklnau8825adi"
372		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/ja_jp.hwd-blob"
373	]
374
375	DisableSequence [
376	]
377}
378
379SectionModifier."Hotword Model ko_kr".0 {
380	EnableSequence [
381		cdev "hw:sklnau8825adi"
382		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/ko_kr.hwd-blob"
383	]
384
385	DisableSequence [
386	]
387}
388
389SectionModifier."Hotword Model ms_my".0 {
390	EnableSequence [
391		cdev "hw:sklnau8825adi"
392		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/ms_my.hwd-blob"
393	]
394
395	DisableSequence [
396	]
397}
398
399SectionModifier."Hotword Model nb_no".0 {
400	EnableSequence [
401		cdev "hw:sklnau8825adi"
402		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/nb_no.hwd-blob"
403	]
404
405	DisableSequence [
406	]
407}
408
409SectionModifier."Hotword Model nl_nl".0 {
410	EnableSequence [
411		cdev "hw:sklnau8825adi"
412		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/nl_nl.hwd-blob"
413	]
414
415	DisableSequence [
416	]
417}
418
419SectionModifier."Hotword Model pl_pl".0 {
420	EnableSequence [
421		cdev "hw:sklnau8825adi"
422		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/pl_pl.hwd-blob"
423	]
424
425	DisableSequence [
426	]
427}
428
429SectionModifier."Hotword Model pt_br".0 {
430	EnableSequence [
431		cdev "hw:sklnau8825adi"
432		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/pt_br.hwd-blob"
433	]
434
435	DisableSequence [
436	]
437}
438
439SectionModifier."Hotword Model ro_ro".0 {
440	EnableSequence [
441		cdev "hw:sklnau8825adi"
442		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/ro_ro.hwd-blob"
443	]
444
445	DisableSequence [
446	]
447}
448
449SectionModifier."Hotword Model ru_ru".0 {
450	EnableSequence [
451		cdev "hw:sklnau8825adi"
452		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/ru_ru.hwd-blob"
453	]
454
455	DisableSequence [
456	]
457}
458
459SectionModifier."Hotword Model sv_se".0 {
460	EnableSequence [
461		cdev "hw:sklnau8825adi"
462		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/sv_se.hwd-blob"
463	]
464
465	DisableSequence [
466	]
467}
468
469SectionModifier."Hotword Model th_th".0 {
470	EnableSequence [
471		cdev "hw:sklnau8825adi"
472		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/th_th.hwd-blob"
473	]
474
475	DisableSequence [
476	]
477}
478
479SectionModifier."Hotword Model tr_tr".0 {
480	EnableSequence [
481		cdev "hw:sklnau8825adi"
482		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/tr_tr.hwd-blob"
483	]
484
485	DisableSequence [
486	]
487}
488
489SectionModifier."Hotword Model vi_vn".0 {
490	EnableSequence [
491		cdev "hw:sklnau8825adi"
492		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/vi_vn.hwd-blob"
493	]
494
495	DisableSequence [
496	]
497}
498
499SectionModifier."Hotword Model yue_hk".0 {
500	EnableSequence [
501		cdev "hw:sklnau8825adi"
502		cset-tlv "name='hwd_in hwd 0 mdl params' /opt/google/skl-hotword-support/yue_hant_hk.hwd-blob"
503	]
504
505	DisableSequence [
506	]
507}
508