|
@@ -380,7 +380,7 @@ static int mmp_sspa_probe(struct snd_soc_dai *dai)
|
|
SNDRV_PCM_FMTBIT_S24_LE | \
|
|
SNDRV_PCM_FMTBIT_S24_LE | \
|
|
SNDRV_PCM_FMTBIT_S32_LE)
|
|
SNDRV_PCM_FMTBIT_S32_LE)
|
|
|
|
|
|
-static struct snd_soc_dai_ops mmp_sspa_dai_ops = {
|
|
|
|
|
|
+static const struct snd_soc_dai_ops mmp_sspa_dai_ops = {
|
|
.startup = mmp_sspa_startup,
|
|
.startup = mmp_sspa_startup,
|
|
.shutdown = mmp_sspa_shutdown,
|
|
.shutdown = mmp_sspa_shutdown,
|
|
.trigger = mmp_sspa_trigger,
|
|
.trigger = mmp_sspa_trigger,
|