summaryrefslogtreecommitdiff
path: root/recipes-multimedia/alsa/alsa-ucm-conf-tdx/verdin-wm8904-HiFi.conf
blob: f4486cb969ece19b7fe579c3b3c2f201b0aa2e3c (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
# Use case configuration for Toradex Dahlia Carrier Board

SectionDevice."Headphone" {
	Comment "Headphone"

	BootSequence [
		cset "name='Headphone Volume' 50%"
	]

	EnableSequence [
		cset "name='Headphone Switch' on"
	]

	DisableSequence [
		cset "name='Headphone Switch' off"
	]
}

SectionDevice."Microphone" {
	Comment "Microphone"

	BootSequence [
		cset "name='Left Capture Inverting Mux' 'IN1L'"
		cset "name='Right Capture Inverting Mux' 'IN1R'"
		cset "name='Capture Volume' 31"
	]

	EnableSequence [
		cset "name='Capture Switch' on"
	]

	DisableSequence [
		cset "name='Capture Switch' off"
	]
}