diff --git a/[refs] b/[refs] index d06f1b19dd8f..e5df61d6b4d1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fffc0ca29fdf3a786e74082c698c701d6ebdf720 +refs/heads/master: 13aec722f3c14aa6019c800465aa3ddd3638d305 diff --git a/trunk/include/sound/soc.h b/trunk/include/sound/soc.h index 769e27c774a3..bedf3dabdbd3 100644 --- a/trunk/include/sound/soc.h +++ b/trunk/include/sound/soc.h @@ -904,8 +904,8 @@ struct snd_soc_dai_link { struct snd_pcm_hw_params *params); /* machine stream operations */ - struct snd_soc_ops *ops; - struct snd_soc_compr_ops *compr_ops; + const struct snd_soc_ops *ops; + const struct snd_soc_compr_ops *compr_ops; }; struct snd_soc_codec_conf {