aboutsummaryrefslogtreecommitdiff
path: root/ucm2/sof-soundwire/RT1308.conf
blob: f8e36a3e20a44474d9a619800a95e81915447c9e (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
# Use case Configuration for sof-soundwire card
# alsaucm -c sof-soundwire  set _verb HiFi set _enadev Speaker

If.RT1308 {
	Condition {
		Type String
		Haystack "${CardComponents}"
		Needle "spk:rt1308"
	}
	True {

		If.2ch {
			Condition {
				Type String
				Haystack "${CardComponents}"
				Needle "cfg-spk:2"
			}
			True {

<sof-soundwire/RT1308-1.conf>

			}
			False {

<sof-soundwire/RT1308-2.conf>

			}
		}
	}
}