asoc: codec: enable use_single_read for wsa and wcd regmap

When interrupts are triggered on the second or third interrupt
status register, current logic cannot clear that interrupt status
after handling it. Enable use_single_read for wsa and wcd regmap
to resolve the issue.

Change-Id: Ieac57e169505d4455dde1dcd0e80e222e3e8eb1e
Signed-off-by: Meng Wang <quic_mengw@quicinc.com>
This commit is contained in:
Meng Wang
2021-10-26 14:00:44 +08:00
committed by Gerrit - the friendly Code Review server
parent ffbb0c4a5b
commit 0bd4c39e4e
4 changed files with 7 additions and 3 deletions

View File

@@ -541,4 +541,5 @@ struct regmap_config wsa884x_regmap_config = {
.reg_format_endian = REGMAP_ENDIAN_NATIVE,
.val_format_endian = REGMAP_ENDIAN_NATIVE,
.can_multi_write = true,
.use_single_read = true,
};