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/alc5632.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/alc5632.c')
-rw-r--r-- | sound/soc/codecs/alc5632.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index 9277ac68b696..ef6de511dc7e 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c @@ -35,7 +35,7 @@ /* * ALC5632 register cache */ -static struct reg_default alc5632_reg_defaults[] = { +static const struct reg_default alc5632_reg_defaults[] = { { 2, 0x8080 }, /* R2 - Speaker Output Volume */ { 4, 0x8080 }, /* R4 - Headphone Output Volume */ { 6, 0x8080 }, /* R6 - AUXOUT Volume */ |