Skip to content

Commit fe80673

Browse files
krzkbroonie
authored andcommitted
ASoC: SOF: mediatek: mt8186: Constify snd_sof_dsp_ops
'struct snd_sof_dsp_ops' is not modified by core code, so it can be made const for increased code safety. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Tested-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240426-n-const-ops-var-v2-13-e553fe67ae82@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 48d5f18 commit fe80673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/sof/mediatek/mt8186/mt8186.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ static struct snd_soc_dai_driver mt8186_dai[] = {
481481
};
482482

483483
/* mt8186 ops */
484-
static struct snd_sof_dsp_ops sof_mt8186_ops = {
484+
static const struct snd_sof_dsp_ops sof_mt8186_ops = {
485485
/* probe and remove */
486486
.probe = mt8186_dsp_probe,
487487
.remove = mt8186_dsp_remove,

0 commit comments

Comments
 (0)