diff options
-rw-r--r-- | sound/soc/ux500/ux500_msp_dai.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index ec5152aa3f6e..625b72a5facd 100644 --- a/sound/soc/ux500/ux500_msp_dai.c +++ b/sound/soc/ux500/ux500_msp_dai.c | |||
@@ -707,7 +707,7 @@ static int ux500_msp_dai_probe(struct snd_soc_dai *dai) | |||
707 | return 0; | 707 | return 0; |
708 | } | 708 | } |
709 | 709 | ||
710 | static struct snd_soc_dai_ops ux500_msp_dai_ops[] = { | 710 | static const struct snd_soc_dai_ops ux500_msp_dai_ops[] = { |
711 | { | 711 | { |
712 | .set_sysclk = ux500_msp_dai_set_dai_sysclk, | 712 | .set_sysclk = ux500_msp_dai_set_dai_sysclk, |
713 | .set_fmt = ux500_msp_dai_set_dai_fmt, | 713 | .set_fmt = ux500_msp_dai_set_dai_fmt, |