Commit d666bfce authored by Axel Lin's avatar Axel Lin Committed by Luis Henriques

ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config

commit 9d835286 upstream.

Don't set .read_flag_mask for adav803, it's for adav801 only.

Fixes: 0c2d6964 ("ASoC: adav80x: Split SPI and I2C code into different modules")
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent dc97d8b7
......@@ -883,7 +883,6 @@ const struct regmap_config adav80x_regmap_config = {
.val_bits = 8,
.pad_bits = 1,
.reg_bits = 7,
.read_flag_mask = 0x01,
.max_register = ADAV80X_PLL_OUTE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment