]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: wm_adsp: Make wm_adsp_fw_text[] const
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 9 Mar 2026 14:53:10 +0000 (14:53 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 9 Mar 2026 19:48:25 +0000 (19:48 +0000)
commit87e49eb0918154f64f736d5271e9e3fe566f82b1
tree1b8c88191b04923ee939e8310dc74939c3b7de8f
parent97af961568c8682c44506c9ad4b26c8a5455ec1d
ASoC: wm_adsp: Make wm_adsp_fw_text[] const

Add the extra const to wm_adsp_fw_text[] to make the array data
const.

This array should have been const data but was missing the second
const that is needed when declaring a const array of const pointers.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20260309145310.1199583-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm_adsp.c