Skip to content

Commit

Permalink
ucm2: Qualcomm: sm8650-qrd: fix codec initialisation
Browse files Browse the repository at this point in the history
The lazy include of the four 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 and Headphone stereo mixer
elements are never defined and cannot be used for hardware volume
control.

The default Speaker digital volume is also never set by the BootSequence
as intended.

Closes: #454
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
jhovold authored and perexg committed Oct 18, 2024
1 parent eb403cd commit b82bdac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ucm2/Qualcomm/sm8650/QRD/SM8650-QRD.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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/wcd939x/init.conf"
Include.codec-init.File "/codecs/qcom-lpass/wsa-macro/init.conf"
Include.codec-init.File "/codecs/qcom-lpass/rx-macro/init.conf"
Include.wsa-init.File "/codecs/wsa884x/two-speakers/init.conf"
Include.wcd-init.File "/codecs/wcd939x/init.conf"
Include.wsam-init.File "/codecs/qcom-lpass/wsa-macro/init.conf"
Include.rxm-init.File "/codecs/qcom-lpass/rx-macro/init.conf"

0 comments on commit b82bdac

Please sign in to comment.