Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: fsl-asoc-card: constify fsl_asoc_card_dai

This is never modified and can be made const.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Link: https://lore.kernel.org/r/20230126152412.959574-1-luca.ceresoli@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Luca Ceresoli and committed by
Mark Brown
18e16350 3d069014

+1 -1
+1 -1
sound/soc/fsl/fsl-asoc-card.c
··· 297 297 DAILINK_COMP_ARRAY(COMP_EMPTY()), 298 298 DAILINK_COMP_ARRAY(COMP_DUMMY())); 299 299 300 - static struct snd_soc_dai_link fsl_asoc_card_dai[] = { 300 + static const struct snd_soc_dai_link fsl_asoc_card_dai[] = { 301 301 /* Default ASoC DAI Link*/ 302 302 { 303 303 .name = "HiFi",