diff options
author | Mark Brown | 2015-07-16 21:35:01 +0100 |
---|---|---|
committer | Mark Brown | 2015-07-16 21:35:01 +0100 |
commit | 7d9fb377a747025232fe4e8d17e54ff8032aba27 (patch) | |
tree | 275856c60130b84301673f3c9a302296227bee55 /sound/soc/codecs/da732x.c | |
parent | 1c07a4de5baad76585f7ffb86b5b0bc34c33e8a6 (diff) | |
parent | c418a84a8c8f98b1a0f30cd68d0cdf40d77aed01 (diff) |
Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-max9877
Diffstat (limited to 'sound/soc/codecs/da732x.c')
-rw-r--r-- | sound/soc/codecs/da732x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/da732x.c b/sound/soc/codecs/da732x.c index 5446d047d2de..0868568429a8 100644 --- a/sound/soc/codecs/da732x.c +++ b/sound/soc/codecs/da732x.c @@ -43,7 +43,7 @@ struct da732x_priv { /* * da732x register cache - default settings */ -static struct reg_default da732x_reg_cache[] = { +static const struct reg_default da732x_reg_cache[] = { { DA732X_REG_REF1 , 0x02 }, { DA732X_REG_BIAS_EN , 0x80 }, { DA732X_REG_BIAS1 , 0x00 }, |