4 May
2018
4 May
'18
11:37 p.m.
Add the use_single_rw flag to regmap config since the device does not support bulk transactions over i2c.
Signed-off-by: Paul Handrigan Paul.Handrigan@cirrus.com --- sound/soc/codecs/cs35l35.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c index a4a2cb1..bd6226b 100644 --- a/sound/soc/codecs/cs35l35.c +++ b/sound/soc/codecs/cs35l35.c @@ -1105,6 +1105,7 @@ static struct regmap_config cs35l35_regmap = { .readable_reg = cs35l35_readable_register, .precious_reg = cs35l35_precious_register, .cache_type = REGCACHE_RBTREE, + .use_single_rw = true, };
static irqreturn_t cs35l35_irq(int irq, void *data)
--
2.7.4