summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs53l30.c
diff options
context:
space:
mode:
authorMark Brown <broonie@sirena.org.uk>2021-05-25 18:44:26 +0300
committerMark Brown <broonie@sirena.org.uk>2021-05-25 18:44:26 +0300
commitd4e9889b02014a07c8dba3fbbae7205ea4084350 (patch)
tree66038b2d9e18c8a63ccc3ef7ff96809e96136bac /sound/soc/codecs/cs53l30.c
parenteb37ca9c98ae1a61eb9bbe157d320bbe858adbf4 (diff)
parent41daf6ba594d55f201c50280ebcd430590441da1 (diff)
downloadlinux-d4e9889b02014a07c8dba3fbbae7205ea4084350.tar.xz
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.14
Diffstat (limited to 'sound/soc/codecs/cs53l30.c')
-rw-r--r--sound/soc/codecs/cs53l30.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs53l30.c b/sound/soc/codecs/cs53l30.c
index bd33dd048c7c..f2087bd38dbc 100644
--- a/sound/soc/codecs/cs53l30.c
+++ b/sound/soc/codecs/cs53l30.c
@@ -913,6 +913,9 @@ static struct regmap_config cs53l30_regmap = {
.writeable_reg = cs53l30_writeable_register,
.readable_reg = cs53l30_readable_register,
.cache_type = REGCACHE_RBTREE,
+
+ .use_single_read = true,
+ .use_single_write = true,
};
static int cs53l30_i2c_probe(struct i2c_client *client,