From aac96ac5d23f3e657bafcfa44aaf57b9c8e9ddb7 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Thu, 10 Jan 2013 17:06:15 +0100 Subject: [PATCH] --- yaml --- r: 353366 b: refs/heads/master c: 13aec722f3c14aa6019c800465aa3ddd3638d305 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/sound/soc.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {