We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7240c commit 9743c72Copy full SHA for 9743c72
ucm-config/for_all_boards_ucm2/sof-hda-dsp/HiFi.conf
@@ -2,15 +2,25 @@ SectionVerb {
2
Value.FullySpecifiedUCM "1"
3
4
EnableSequence [
5
- cdev "hw:sofhdadsp"
6
- cset "name='Master Playback Switch' on"
7
- cset "name='Master Playback Volume' 75"
8
disdevall ""
9
]
10
11
DisableSequence [
12
13
+ If.master {
+ Condition {
+ Type ControlExists
14
+ Control "name='Master Playback Volume'"
15
+ }
16
+ True {
17
+ EnableSequence [
18
+ cdev "hw:sofhdadsp"
19
+ cset "name='Master Playback Volume' 86%"
20
+ cset "name='Master Playback Switch' on"
21
+ ]
22
23
24
If.amute {
25
Condition {
26
Type ControlExists
0 commit comments