diff options
author | Mark Brown <broonie@kernel.org> | 2015-07-16 22:35:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-16 22:35:01 +0200 |
commit | 7d9fb377a747025232fe4e8d17e54ff8032aba27 (patch) | |
tree | 275856c60130b84301673f3c9a302296227bee55 /sound/soc/codecs/isabelle.c | |
parent | ASoC: drivers: Drop owner assignment from i2c_driver (diff) | |
parent | ASoC: Constify reg_default tables (diff) | |
download | linux-7d9fb377a747025232fe4e8d17e54ff8032aba27.tar.xz linux-7d9fb377a747025232fe4e8d17e54ff8032aba27.zip |
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/isabelle.c')
-rw-r--r-- | sound/soc/codecs/isabelle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c index 58a43b11eb7e..34dc0f362482 100644 --- a/sound/soc/codecs/isabelle.c +++ b/sound/soc/codecs/isabelle.c @@ -33,7 +33,7 @@ /* Register default values for ISABELLE driver. */ -static struct reg_default isabelle_reg_defs[] = { +static const struct reg_default isabelle_reg_defs[] = { { 0, 0x00 }, { 1, 0x00 }, { 2, 0x00 }, |