Skip to content

Commit 8b63fee

Browse files
shumingfanvinodkoul
authored andcommitted
soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers
This patch added SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers. Signed-off-by: Shuming Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 8f5ae30 commit 8b63fee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soundwire/debugfs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ static int sdw_slave_reg_show(struct seq_file *s_file, void *data)
9191
ret += sdw_sprintf(slave, buf, ret, i);
9292
for (i = SDW_SCP_DEVID_0; i <= SDW_SCP_DEVID_5; i++)
9393
ret += sdw_sprintf(slave, buf, ret, i);
94+
for (i = SDW_SCP_SDCA_INT1; i <= SDW_SCP_SDCA_INTMASK4; i++)
95+
ret += sdw_sprintf(slave, buf, ret, i);
9496
for (i = SDW_SCP_FRAMECTRL_B0; i <= SDW_SCP_BUSCLOCK_SCALE_B0; i++)
9597
ret += sdw_sprintf(slave, buf, ret, i);
9698
for (i = SDW_SCP_FRAMECTRL_B1; i <= SDW_SCP_BUSCLOCK_SCALE_B1; i++)

0 commit comments

Comments
 (0)