]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Qualcomm: sm8650-mtp: fix codec initialisation
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 18 Oct 2024 06:41:07 +0000 (08:41 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 18 Oct 2024 08:44:46 +0000 (10:44 +0200)
The lazy include of the two codec initialisation files are incorrectly
specified using the same identifier which means that only the last one
is actually included.

This specifically means that the Speakers stereo mixer element is never
defined and cannot be used for hardware volume control.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/454
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/sm8650/MTP/SM8650-MTP.conf

index b8077e1c5382e7e7a08480c822fe648006541521..7b05d44de9b1edb3b2275f44f547c2aa4f818254 100644 (file)
@@ -7,5 +7,5 @@ SectionUseCase."HiFi" {
 
 Include.card-init.File "/lib/card-init.conf"
 Include.ctl-remap.File "/lib/ctl-remap.conf"
-Include.codec-init.File "/codecs/wsa884x/two-speakers/init.conf"
-Include.codec-init.File "/codecs/qcom-lpass/wsa-macro/init.conf"
+Include.wsa-init.File "/codecs/wsa884x/two-speakers/init.conf"
+Include.wsam-init.File "/codecs/qcom-lpass/wsa-macro/init.conf"