summaryrefslogtreecommitdiff
path: root/src/conf/ucm/GoogleNyan/HiFi.conf
blob: b28fe917162dc31656a18e5758622178faf7659d (plain)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
SectionVerb {
	EnableSequence [
		cdev "hw:GoogleNyan"
		cset "name='Left Speaker Mixer Left DAC Switch' on"
		cset "name='Right Speaker Mixer Right DAC Switch' on"
		cset "name='Headphone Left Switch' on"
		cset "name='Headphone Right Switch' on"
		cset "name='Digital EQ 3 Band Switch' off"
		cset "name='Digital EQ 5 Band Switch' off"
		cset "name='Digital EQ 7 Band Switch' off"
		cset "name='Biquad Switch' off"
		cset "name='Filter Mode' Music"
		cset "name='ADC Oversampling Rate' 0"
		cset "name='DMIC Mux' DMIC"
		cset "name='MIC2 Mux' IN34"
		cset "name='Right ADC Mixer MIC2 Switch' on"
		cset "name='Left ADC Mixer MIC2 Switch' on"
		cset "name='MIC2 Volume' 10"
		cset "name='MIC2 Boost Volume' 0"
		cset "name='Mic Jack Switch' off"
		cset "name='Int Mic Switch' on"
		cset "name='ADCR Boost Volume' 4"
		cset "name='ADCL Boost Volume' 4"
		cset "name='ADCR Volume' 11"
		cset "name='ADCL Volume' 11"
		cset "name='Left Speaker Mixer Left DAC Switch' on"
		cset "name='Right Speaker Mixer Right DAC Switch' on"
		cset "name='Speaker Left Mixer Volume' 2"
		cset "name='Speaker Right Mixer Volume' 2"
		cset "name='Record Path DC Blocking' on"
		cset "name='Playback Path DC Blocking' on"
		cset "name='Headphone Left Switch' on"
		cset "name='Headphone Right Switch' on"
		cset "name='Headphones Switch' off"
		cset "name='Speaker Left Switch' on"
		cset "name='Speaker Right Switch' on"
		cset "name='Speakers Switch' on"
	]
	DisableSequence [
	]
}

SectionDevice."Headphone".0 {
	Value {
		OutputDspName ""
	}
	EnableSequence [
		cdev "hw:GoogleNyan"
		cset "name='Speakers Switch' off"
		cset "name='Headphones Switch' on"
	]
	DisableSequence [
		cdev "hw:GoogleNyan"
		cset "name='Headphones Switch' off"
		cset "name='Speakers Switch' on"
	]
}

SectionDevice."Mic".0 {
	Value {
		CaptureControl "MIC2"
	}
	EnableSequence [
		cdev "hw:GoogleNyan"
		cset "name='Int Mic Switch' off"
		cset "name='DMIC Mux' ADC"
		cset "name='Mic Jack Switch' on"
		cset "name='Record Path DC Blocking' on"
	]
	DisableSequence [
		cdev "hw:GoogleNyan"
		cset "name='Mic Jack Switch' off"
		cset "name='DMIC Mux' DMIC"
		cset "name='Int Mic Switch' on"
		cset "name='Record Path DC Blocking' off"
	]
}