diff options
Diffstat (limited to 'sound/soc/codecs/rt5631.c')
-rw-r--r-- | sound/soc/codecs/rt5631.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 4646e808b90a..dac4d05f512d 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs/rt5631.c | |||
@@ -1664,7 +1664,7 @@ static int rt5631_resume(struct snd_soc_codec *codec) | |||
1664 | SNDRV_PCM_FMTBIT_S24_LE | \ | 1664 | SNDRV_PCM_FMTBIT_S24_LE | \ |
1665 | SNDRV_PCM_FMTBIT_S8) | 1665 | SNDRV_PCM_FMTBIT_S8) |
1666 | 1666 | ||
1667 | static struct snd_soc_dai_ops rt5631_ops = { | 1667 | static const struct snd_soc_dai_ops rt5631_ops = { |
1668 | .hw_params = rt5631_hifi_pcm_params, | 1668 | .hw_params = rt5631_hifi_pcm_params, |
1669 | .set_fmt = rt5631_hifi_codec_set_dai_fmt, | 1669 | .set_fmt = rt5631_hifi_codec_set_dai_fmt, |
1670 | .set_sysclk = rt5631_hifi_codec_set_dai_sysclk, | 1670 | .set_sysclk = rt5631_hifi_codec_set_dai_sysclk, |