diff options
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 5fb70d1e8cce..966a854fc054 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -801,7 +801,7 @@ struct snd_soc_platform_driver { | |||
801 | struct snd_soc_dai *); | 801 | struct snd_soc_dai *); |
802 | 802 | ||
803 | /* platform stream pcm ops */ | 803 | /* platform stream pcm ops */ |
804 | struct snd_pcm_ops *ops; | 804 | const struct snd_pcm_ops *ops; |
805 | 805 | ||
806 | /* platform stream compress ops */ | 806 | /* platform stream compress ops */ |
807 | struct snd_compr_ops *compr_ops; | 807 | struct snd_compr_ops *compr_ops; |