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 966a854fc054..f619905f0a65 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -804,7 +804,7 @@ struct snd_soc_platform_driver { | |||
804 | const 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 | const struct snd_compr_ops *compr_ops; |
808 | 808 | ||
809 | /* platform stream completion event */ | 809 | /* platform stream completion event */ |
810 | int (*stream_event)(struct snd_soc_dapm_context *dapm, int event); | 810 | int (*stream_event)(struct snd_soc_dapm_context *dapm, int event); |