commit | c418a84a8c8f98b1a0f30cd68d0cdf40d77aed01 | [log] [tgz] |
---|---|---|
author | Axel Lin <[email protected]> | Sun Jul 05 17:48:29 2015 +0800 |
committer | Mark Brown <[email protected]> | Tue Jul 07 14:39:02 2015 +0100 |
tree | 8dd9daeb5a89fc544bef35b9c8643f80ff0910d3 | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 [diff] [blame] |
ASoC: Constify reg_default tables Signed-off-by: Axel Lin <[email protected]> Acked-by: Peter Rosin <[email protected]> Acked-by: Charles Keepax <[email protected]> Acked-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Mark Brown <[email protected]>
diff --git a/sound/soc/codecs/da732x.c b/sound/soc/codecs/da732x.c index 2075236..b1cb465 100644 --- a/sound/soc/codecs/da732x.c +++ b/sound/soc/codecs/da732x.c
@@ -43,7 +43,7 @@ /* * 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 },