diff options
Diffstat (limited to 'sound/soc/soc-utils.c')
-rw-r--r-- | sound/soc/soc-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c index e30aacbcfc29..bcd3da2739e2 100644 --- a/sound/soc/soc-utils.c +++ b/sound/soc/soc-utils.c | |||
@@ -288,7 +288,7 @@ static const struct snd_soc_platform_driver dummy_platform = { | |||
288 | .ops = &dummy_dma_ops, | 288 | .ops = &dummy_dma_ops, |
289 | }; | 289 | }; |
290 | 290 | ||
291 | static struct snd_soc_codec_driver dummy_codec; | 291 | static const struct snd_soc_codec_driver dummy_codec; |
292 | 292 | ||
293 | #define STUB_RATES SNDRV_PCM_RATE_8000_192000 | 293 | #define STUB_RATES SNDRV_PCM_RATE_8000_192000 |
294 | #define STUB_FORMATS (SNDRV_PCM_FMTBIT_S8 | \ | 294 | #define STUB_FORMATS (SNDRV_PCM_FMTBIT_S8 | \ |