Skip to content

Commit

Permalink
ucm2: Qualcomm: sm8650-mtp: fix codec initialisation
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Johan Hovold <[email protected]>
  • Loading branch information
jhovold committed Oct 18, 2024
1 parent 301f822 commit 2b383cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ucm2/Qualcomm/sm8650/MTP/SM8650-MTP.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2b383cf

Please sign in to comment.