diff options
author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2024-01-29 16:27:30 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-01 12:57:24 +0000 |
commit | f6c967941c5d6fa526fdd64733a8d86bf2bfab31 (patch) | |
tree | 607f5dda58c5262dcca25ebf0ad6b15c68e2bc2b /scripts/gdb/linux/modules.py | |
parent | 07f7d6e7a124d3e4de36771e2a4926d0e31c2258 (diff) |
ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon revision
Put the silicon revision and secured flag in the wm_adsp fwf_name
string instead of including them in the part string.
This changes the format of the firmware name string from
cs35l56[s]-rev-misc[-system_name]
to
cs35l56-rev[-s]-misc[-system_name]
No firmware files have been published, so this doesn't cause a
compatibility break.
Silicon revision and secured flag are included in the firmware
filename to pick a firmware compatible with the part. These strings
were being added to the part string, but that is a misuse of the
string. The correct place for these is the fwf_name string, which
is specifically intended to select between multiple firmware files
for the same part.
Backport note:
This won't apply to kernels older than v6.6.
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Fixes: 608f1b0dbdde ("ASoC: cs35l56: Move DSP part string generation so that it is done only once")
Link: https://msgid.link/r/20240129162737.497-12-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions