Skip to content

Commit

Permalink
ASoC: rt722-sdca-sdw: read DisCo properties in read_prop ops
Browse files Browse the repository at this point in the history
Signed-off-by: Chao Song <[email protected]>
  • Loading branch information
Chao Song committed Nov 14, 2023
1 parent 969f155 commit 3f824b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/rt722-sdca-sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3f824b1

Please sign in to comment.