diff --git a/[refs] b/[refs] index a5c97bff2707..ee204ff2898c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec5af076f53da800eef939ab092561d85f162637 +refs/heads/master: d06e48db1670b29b3f62f1dfe4a36af237d5aa0d diff --git a/trunk/include/sound/soc.h b/trunk/include/sound/soc.h index 435cb83c7f48..cb6b18b6eece 100644 --- a/trunk/include/sound/soc.h +++ b/trunk/include/sound/soc.h @@ -755,9 +755,9 @@ struct snd_soc_card { /* * Card-specific routes and widgets. */ - struct snd_soc_dapm_widget *dapm_widgets; + const struct snd_soc_dapm_widget *dapm_widgets; int num_dapm_widgets; - struct snd_soc_dapm_route *dapm_routes; + const struct snd_soc_dapm_route *dapm_routes; int num_dapm_routes; struct work_struct deferred_resume_work;