From 3f824b14dff6a65b67b9601623d102463dc00665 Mon Sep 17 00:00:00 2001 From: Chao Song Date: Tue, 14 Nov 2023 13:47:11 +0800 Subject: [PATCH] ASoC: rt722-sdca-sdw: read DisCo properties in read_prop ops Signed-off-by: Chao Song --- sound/soc/codecs/rt722-sdca-sdw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/codecs/rt722-sdca-sdw.c b/sound/soc/codecs/rt722-sdca-sdw.c index e24b9cbdc10c95..00fa6c6a7c0ae7 100644 --- a/sound/soc/codecs/rt722-sdca-sdw.c +++ b/sound/soc/codecs/rt722-sdca-sdw.c @@ -201,6 +201,8 @@ static int rt722_sdca_read_prop(struct sdw_slave *slave) unsigned long addr; struct sdw_dpn_prop *dpn; + sdw_slave_read_prop(slave); + prop->scp_int1_mask = SDW_SCP_INT1_BUS_CLASH | SDW_SCP_INT1_PARITY; prop->quirks = SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY;