diff options
Diffstat (limited to 'sound/soc/codecs/adau1701.c')
-rw-r--r-- | sound/soc/codecs/adau1701.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/adau1701.c b/sound/soc/codecs/adau1701.c index c69bdfe745bb..8b7e1c50d6e9 100644 --- a/sound/soc/codecs/adau1701.c +++ b/sound/soc/codecs/adau1701.c | |||
@@ -427,7 +427,7 @@ static int adau1701_set_sysclk(struct snd_soc_codec *codec, int clk_id, | |||
427 | #define ADAU1701_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ | 427 | #define ADAU1701_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ |
428 | SNDRV_PCM_FMTBIT_S24_LE) | 428 | SNDRV_PCM_FMTBIT_S24_LE) |
429 | 429 | ||
430 | static const const struct snd_soc_dai_ops adau1701_dai_ops = { | 430 | static const struct snd_soc_dai_ops adau1701_dai_ops = { |
431 | .set_fmt = adau1701_set_dai_fmt, | 431 | .set_fmt = adau1701_set_dai_fmt, |
432 | .hw_params = adau1701_hw_params, | 432 | .hw_params = adau1701_hw_params, |
433 | .digital_mute = adau1701_digital_mute, | 433 | .digital_mute = adau1701_digital_mute, |