diff options
author | Vinod Koul <[email protected]> | 2016-11-03 17:07:14 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2016-11-03 11:14:10 -0600 |
commit | 80a0df18191ab50eee7da3cd56cecdd55b7ab148 (patch) | |
tree | 662241b071735f8404111c565a61726de2c0f570 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f999d1fd69ede11012a872cbdba33bd9c9c2e386 (diff) |
ASoC: Intel: Add sst_ipc_tx_message_nopm
If the DSP is in low power mode, it needs to be woken up by a "wake" IPC
to set it into the D0 state before we can send any other IPC command.
The call flow is that the driver calls sst_ipc_tx_message_wait() to send any
IPC and this call checks if the device is in low power mode and in that
case we need to send the wake IPC.
So add a new IPC nopm variant which can be called from driver and
doesn't check for power state (as we already know that) and avoids
circular dependency of again checking power state.
Signed-off-by: Jayachandran B <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions