Commit 9d835286 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config

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>
Cc: stable@vger.kernel.org
parent bc0195aa
......@@ -865,7 +865,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