diff options
author | Mark Brown <broonie@kernel.org> | 2015-07-17 20:32:04 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-17 20:32:04 +0200 |
commit | 41a5fefeff21bb08438383c0a6b5a06045775969 (patch) | |
tree | 6517730821e2fe9727b8485e7e12474948c51c58 /sound/soc/codecs/cs42l52.c | |
parent | ASoC: Constify reg_default tables (diff) | |
parent | regmap: Use reg_sequence for multi_reg_write / register_patch (diff) | |
download | linux-41a5fefeff21bb08438383c0a6b5a06045775969.tar.xz linux-41a5fefeff21bb08438383c0a6b5a06045775969.zip |
Merge tag 'regmap-seq-delay-api' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into asoc-reg-default
regmap: Create a new struct reg_sequence for register sequences
In order to allow us to start adding extra annotations for sequences
without bloating register default tables duplicate the structure under
the new name reg_sequence and update the APIs to use that instead of
reg_default.
Conflicts:
sound/soc/codecs/da7210.c
sound/soc/codecs/rt5651.c
sound/soc/codecs/wm8993.c
Diffstat (limited to 'sound/soc/codecs/cs42l52.c')
-rw-r--r-- | sound/soc/codecs/cs42l52.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c index 4de52c9957ac..8b2d05933594 100644 --- a/sound/soc/codecs/cs42l52.c +++ b/sound/soc/codecs/cs42l52.c @@ -1118,7 +1118,7 @@ static const struct snd_soc_codec_driver soc_codec_dev_cs42l52 = { }; /* Current and threshold powerup sequence Pg37 */ -static const struct reg_default cs42l52_threshold_patch[] = { +static const struct reg_sequence cs42l52_threshold_patch[] = { { 0x00, 0x99 }, { 0x3E, 0xBA }, |