ASoC: wm_adsp: Make cirrus_dir const
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Thu, 22 May 2025 10:38:16 +0000 (11:38 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 22 May 2025 11:29:53 +0000 (12:29 +0100)
commitfd4b6c0fdf71d71f2bbc2f9aceb6f0814b4d93e2
tree7a006cd30be56933218acd8ab80cb68abe836261
parent396639299e95fbb915c6ff12cb42391f04741ab3
ASoC: wm_adsp: Make cirrus_dir const

The cirrus_dir pointer should be const data but was missing the second
const needed to achieve this.

I haven't marked this as a 'Fixes' because it isn't causing any bugs,
it's only a code improvement.

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