Re: [PATCH 00/14] ASoC: Constify local snd_sof_dsp_ops

From: Pierre-Louis Bossart
Date: Tue Apr 23 2024 - 11:57:12 EST



> Are we talking about basic C now? Of course it does not mean that and I
> already explained what is the goal of this - the static or global memory
> in the driver can be moved to rodata.

the dsp_ops used by the Intel drivers cannot be moved to rodata in all
cases. the baseline is constant, all extensions for TGL+ are dynamically
allocated and modified.