]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
codecs: wsa884x: add two-speakers DefaultEnableSeq.conf
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 26 Jan 2024 09:52:15 +0000 (10:52 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 29 Jan 2024 12:47:09 +0000 (13:47 +0100)
Add the DefaultEnableSeq.conf for the two-speakers setup
the same way done for the four-speakers setup.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/390
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/codecs/wsa884x/two-speakers/DefaultEnableSeq.conf [new file with mode: 0644]

diff --git a/ucm2/codecs/wsa884x/two-speakers/DefaultEnableSeq.conf b/ucm2/codecs/wsa884x/two-speakers/DefaultEnableSeq.conf
new file mode 100644 (file)
index 0000000..a079cdc
--- /dev/null
@@ -0,0 +1,12 @@
+EnableSequence [
+       cset "name='SpkrLeft COMP Switch' 1"
+       cset "name='SpkrLeft BOOST Switch' 1"
+       cset "name='SpkrLeft DAC Switch' 1"
+       cset "name='SpkrLeft VISENSE Switch' 0"
+       cset "name='SpkrLeft WSA MODE' 0"
+       cset "name='SpkrRight COMP Switch' 1"
+       cset "name='SpkrRight BOOST Switch' 1"
+       cset "name='SpkrRight DAC Switch' 1"
+       cset "name='SpkrRight VISENSE Switch' 0"
+       cset "name='SpkrRight WSA MODE' 0"
+]