Commit 9e215bd1 authored by Axel Lin's avatar Axel Lin Committed by Kamal Mostafa

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 avatarKamal Mostafa <kamal@canonical.com>
parent 7abae66e
...@@ -902,7 +902,6 @@ static const struct regmap_config adav80x_spi_regmap_config = { ...@@ -902,7 +902,6 @@ static const struct regmap_config adav80x_spi_regmap_config = {
.val_bits = 8, .val_bits = 8,
.pad_bits = 1, .pad_bits = 1,
.reg_bits = 7, .reg_bits = 7,
.read_flag_mask = 0x01,
.max_register = ADAV80X_PLL_OUTE, .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