]> git.itanic.dy.fi Git - linux-stable/commit
ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Tue, 20 Feb 2024 20:16:03 +0000 (22:16 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 15 Mar 2024 16:12:48 +0000 (16:12 +0000)
commit33c3d813330718c403a60d220f03fbece0f4fb5c
tree745cec7d8cdaaa8d7c960e03eff302ce838dda46
parentc7c12024ebadbbfd98d82c06edabc41d568ad51a
ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry

The signed_fw_image member of struct sof_amd_acp_desc is used to enable
signed firmware support in the driver via the acp_sof_quirk_table.

In preparation to support additional use cases of the quirk table (i.e.
adding new flags), move signed_fw_image to a new struct acp_quirk_entry
and update all references to it accordingly.

No functional changes intended.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://msgid.link/r/20240220201623.438944-2-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/amd/acp-loader.c
sound/soc/sof/amd/acp.c
sound/soc/sof/amd/acp.h
sound/soc/sof/amd/vangogh.c