|
@@ -542,7 +542,7 @@ static int fsl_asrc_dai_trigger(struct snd_pcm_substream *substream, int cmd,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static struct snd_soc_dai_ops fsl_asrc_dai_ops = {
|
|
|
+static const struct snd_soc_dai_ops fsl_asrc_dai_ops = {
|
|
|
.hw_params = fsl_asrc_dai_hw_params,
|
|
|
.hw_free = fsl_asrc_dai_hw_free,
|
|
|
.trigger = fsl_asrc_dai_trigger,
|