Skip to content

Commit 19427c0

Browse files
vijendarmukundavinodkoul
authored andcommitted
soundwire: amd: add debug log for soundwire wake event
Add debug log in amd_sdw_process_wake_event() function. Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Link: https://lore.kernel.org/r/20250207065841.4718-3-Vijendar.Mukunda@amd.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent dcc48a7 commit 19427c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soundwire/amd_manager.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ static void amd_sdw_update_slave_status(u32 status_change_0to7, u32 status_chang
849849

850850
static void amd_sdw_process_wake_event(struct amd_sdw_manager *amd_manager)
851851
{
852+
dev_dbg(amd_manager->dev, "SoundWire Wake event reported\n");
852853
pm_request_resume(amd_manager->dev);
853854
writel(0x00, amd_manager->acp_mmio + ACP_SW_WAKE_EN(amd_manager->instance));
854855
writel(0x00, amd_manager->mmio + ACP_SW_STATE_CHANGE_STATUS_8TO11);

0 commit comments

Comments
 (0)