Skip to content

Commit 8b6d678

Browse files
krzkbroonie
authored andcommitted
ASoC: SOF: mediatek: mt8195: 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 <[email protected]> Tested-by: Pierre-Louis Bossart <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent fe80673 commit 8b6d678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/mediatek/mt8195/mt8195.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ static struct snd_soc_dai_driver mt8195_dai[] = {
505505
};
506506

507507
/* mt8195 ops */
508-
static struct snd_sof_dsp_ops sof_mt8195_ops = {
508+
static const struct snd_sof_dsp_ops sof_mt8195_ops = {
509509
/* probe and remove */
510510
.probe = mt8195_dsp_probe,
511511
.remove = mt8195_dsp_remove,

0 commit comments

Comments
 (0)