diff options
Diffstat (limited to 'sound/soc/codecs/wm8955.c')
-rw-r--r-- | sound/soc/codecs/wm8955.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c index 3c7198779c31..dbf2a8328a8e 100644 --- a/sound/soc/codecs/wm8955.c +++ b/sound/soc/codecs/wm8955.c | |||
@@ -859,7 +859,7 @@ static int wm8955_set_bias_level(struct snd_soc_codec *codec, | |||
859 | #define WM8955_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ | 859 | #define WM8955_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ |
860 | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE) | 860 | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE) |
861 | 861 | ||
862 | static struct snd_soc_dai_ops wm8955_dai_ops = { | 862 | static const struct snd_soc_dai_ops wm8955_dai_ops = { |
863 | .set_sysclk = wm8955_set_sysclk, | 863 | .set_sysclk = wm8955_set_sysclk, |
864 | .set_fmt = wm8955_set_fmt, | 864 | .set_fmt = wm8955_set_fmt, |
865 | .hw_params = wm8955_hw_params, | 865 | .hw_params = wm8955_hw_params, |