summaryrefslogtreecommitdiff
path: root/ucm-config/for_all_boards/Loopback/HiFi.conf
blob: 254c9956ac2b5b9b99ff4efbafc27dbfff59bca6 (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
SectionVerb {
	Value {
		FullySpecifiedUCM "1"
	}

	EnableSequence [
	]

	DisableSequence [
	]
}

SectionDevice."Loopback Playback".0 {
	Value {
		PlaybackPCM "hw:Loopback,0"
		PlaybackChannels "8"
	}
}

SectionDevice."Loopback Capture".0 {
	Value {
		CapturePCM "hw:Loopback,1"
		CaptureChannels "8"
	}
}