aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/alc5623.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/alc5623.c')
-rw-r--r--sound/soc/codecs/alc5623.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/alc5623.c b/sound/soc/codecs/alc5623.c
index 984b14bcb605..88647d3ab24b 100644
--- a/sound/soc/codecs/alc5623.c
+++ b/sound/soc/codecs/alc5623.c
@@ -839,7 +839,7 @@ static int alc5623_set_bias_level(struct snd_soc_codec *codec,
839 | SNDRV_PCM_FMTBIT_S24_LE \ 839 | SNDRV_PCM_FMTBIT_S24_LE \
840 | SNDRV_PCM_FMTBIT_S32_LE) 840 | SNDRV_PCM_FMTBIT_S32_LE)
841 841
842static struct snd_soc_dai_ops alc5623_dai_ops = { 842static const struct snd_soc_dai_ops alc5623_dai_ops = {
843 .hw_params = alc5623_pcm_hw_params, 843 .hw_params = alc5623_pcm_hw_params,
844 .digital_mute = alc5623_mute, 844 .digital_mute = alc5623_mute,
845 .set_fmt = alc5623_set_dai_fmt, 845 .set_fmt = alc5623_set_dai_fmt,