mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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>
This commit is contained in:
parent
dcc48a73ea
commit
19427c08b8
|
|
@ -849,6 +849,7 @@ static void amd_sdw_update_slave_status(u32 status_change_0to7, u32 status_chang
|
|||
|
||||
static void amd_sdw_process_wake_event(struct amd_sdw_manager *amd_manager)
|
||||
{
|
||||
dev_dbg(amd_manager->dev, "SoundWire Wake event reported\n");
|
||||
pm_request_resume(amd_manager->dev);
|
||||
writel(0x00, amd_manager->acp_mmio + ACP_SW_WAKE_EN(amd_manager->instance));
|
||||
writel(0x00, amd_manager->mmio + ACP_SW_STATE_CHANGE_STATUS_8TO11);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user