diff options
Diffstat (limited to 'sound/soc/codecs/tlv320dac33.c')
-rw-r--r-- | sound/soc/codecs/tlv320dac33.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320dac33.c b/sound/soc/codecs/tlv320dac33.c index dc8a2b2bdc1c..abcb97e03405 100644 --- a/sound/soc/codecs/tlv320dac33.c +++ b/sound/soc/codecs/tlv320dac33.c | |||
@@ -1499,7 +1499,7 @@ static struct snd_soc_codec_driver soc_codec_dev_tlv320dac33 = { | |||
1499 | SNDRV_PCM_RATE_48000) | 1499 | SNDRV_PCM_RATE_48000) |
1500 | #define DAC33_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE) | 1500 | #define DAC33_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE) |
1501 | 1501 | ||
1502 | static struct snd_soc_dai_ops dac33_dai_ops = { | 1502 | static const struct snd_soc_dai_ops dac33_dai_ops = { |
1503 | .startup = dac33_startup, | 1503 | .startup = dac33_startup, |
1504 | .shutdown = dac33_shutdown, | 1504 | .shutdown = dac33_shutdown, |
1505 | .hw_params = dac33_hw_params, | 1505 | .hw_params = dac33_hw_params, |