ucm2: sof-soundwire: Correct FixedBootSequence for dmic info
alsa-project/alsa-ucm-conf pull request #485 was opened from ujfalusi:
Replace the curly brackets with square brackets. The curly ones break the FixedBootSequence parsing by resetting the sequence. If the /var/lib/alsa/card0.conf.d is not present then UCM will fail because all sequences before the dmic is lost, including the card-init:
# alsactl init alsa-lib main.c:619:(execute_cfgsave) unable to open file '/var/lib/alsa/card0.conf.d/42-sof-hdmi.conf': No such file or directory alsa-lib main.c:2456:(set_fixedboot_user) Unable to execute force boot sequence
The full sequence supposed to be: card-init ctl-remap cs42l43 dmic hdmi
Fixes: 9fa70add7638 ("sof-hda-dsp,sof-soundwire: add CaptureMicInfoFile fields for dmics")
Request URL : https://github.com/alsa-project/alsa-ucm-conf/pull/485 Patch URL : https://github.com/alsa-project/alsa-ucm-conf/pull/485.patch Repository URL: https://github.com/alsa-project/alsa-ucm-conf
participants (1)
-
GitHub pull_request - opened