diff options
| -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 644d9a9ebfbc..e30aacbcfc29 100644 --- a/sound/soc/soc-utils.c +++ b/sound/soc/soc-utils.c | |||
| @@ -284,7 +284,7 @@ static const struct snd_pcm_ops dummy_dma_ops = { | |||
| 284 | .ioctl = snd_pcm_lib_ioctl, | 284 | .ioctl = snd_pcm_lib_ioctl, |
| 285 | }; | 285 | }; |
| 286 | 286 | ||
| 287 | static struct snd_soc_platform_driver dummy_platform = { | 287 | static const struct snd_soc_platform_driver dummy_platform = { |
| 288 | .ops = &dummy_dma_ops, | 288 | .ops = &dummy_dma_ops, |
| 289 | }; | 289 | }; |
| 290 | 290 | ||
