Skip to content

Commit

Permalink
ucm2: put disdevall to HDA/Soundwire configs
Browse files Browse the repository at this point in the history
All device should be set to the sane (off) state when the verb
is selected.

Link: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1356
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
perexg committed May 24, 2022
1 parent 04b496f commit 15a1250
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ucm2/HDA/HiFi.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Use case Configuration for sof-hda-dsp

SectionVerb {
EnableSequence [
disdevall ""
]

Value.TQ "HiFi"
}

Expand Down
3 changes: 2 additions & 1 deletion ucm2/Intel/sof-essx8336/HiFi.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
SectionVerb {
EnableSequence [
disdevall ""
# Disable all inputs / outputs
cset "name='Speaker Switch' off"
# (may be duplicated with disdevall)
cset "name='Headphone Switch' off"
cset "name='Headset Mic Switch' off"
cset "name='Internal Mic Switch' off"
Expand Down
4 changes: 4 additions & 0 deletions ucm2/Intel/sof-hda-dsp/HiFi.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Use case Configuration for sof-hda-dsp

SectionVerb {
EnableSequence [
devdisall ""
]

Value.TQ "HiFi"
}

Expand Down
4 changes: 4 additions & 0 deletions ucm2/sof-soundwire/HiFi.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Use case Configuration for sof-soundwire card

SectionVerb {
EnableSequence [
devdisall ""
]

Value.TQ "HiFi"
}

Expand Down

0 comments on commit 15a1250

Please sign in to comment.