]> 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)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:17:34 +0000 (18:17 -0400)
commite99e95f0f1b5b90569142b082d1acf14797dc959
tree222c5e33d81c9c2a73b38788c1ed83af61918e54
parent6d1e391395d42830da3f84eb7ea7e0decf74a751
ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry

[ Upstream commit 33c3d813330718c403a60d220f03fbece0f4fb5c ]

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>
Stable-dep-of: 094d11768f74 ("ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED")
Signed-off-by: Sasha Levin <sashal@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