aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs/mxs-saif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/mxs/mxs-saif.c')
-rw-r--r--sound/soc/mxs/mxs-saif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c
index 76dc74d24fc2..46d76b52529b 100644
--- a/sound/soc/mxs/mxs-saif.c
+++ b/sound/soc/mxs/mxs-saif.c
@@ -550,7 +550,7 @@ static int mxs_saif_trigger(struct snd_pcm_substream *substream, int cmd,
550 (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \ 550 (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \
551 SNDRV_PCM_FMTBIT_S24_LE) 551 SNDRV_PCM_FMTBIT_S24_LE)
552 552
553static struct snd_soc_dai_ops mxs_saif_dai_ops = { 553static const struct snd_soc_dai_ops mxs_saif_dai_ops = {
554 .startup = mxs_saif_startup, 554 .startup = mxs_saif_startup,
555 .trigger = mxs_saif_trigger, 555 .trigger = mxs_saif_trigger,
556 .prepare = mxs_saif_prepare, 556 .prepare = mxs_saif_prepare,