xref: /OK3568_Linux_fs/debian/overlay-firmware/usr/share/alsa/ucm/rockchip,rt5616-codec/HiFi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Use case for devices on rockchip,rt5616-codec card.
2
3SectionVerb {
4
5	EnableSequence [
6	]
7
8	DisableSequence [
9	]
10}
11
12SectionDevice."Headphones" {
13	Comment "Headphones playback"
14
15	EnableSequence [
16	]
17
18	DisableSequence [
19	]
20
21	Value {
22		PlaybackPCM "hw:rockchiprt5616c,0"
23		PlaybackChannels "2"
24		PlaybackPriority "1"
25	}
26}
27
28SectionDevice."HDMI-stereo" {
29	Comment "HDMI Digital Stereo Output"
30
31	EnableSequence [
32	]
33
34	DisableSequence [
35	]
36
37	Value {
38		PlaybackPCM "hw:rockchiprt5616c,1"
39		PlaybackChannels "2"
40		PlaybackPriority "2"
41	}
42}
43
44SectionDevice."MIC" {
45	Comment "Microphone"
46
47	EnableSequence [
48	]
49
50	DisableSequence [
51	]
52
53	Value {
54		CapturePCM "hw:rockchiprt5616c,0"
55		CaptureChannels "2"
56	}
57}
58