Commit 905b5a81 authored by Rander Wang's avatar Rander Wang Committed by Vinod Koul

soundwire: intel: add prototype for WAKEEN interrupt processing

In ClockStop mode, the PCI device will be notified of a wake, which
will be handled from an interrupt thread.
Signed-off-by: default avatarRander Wang <rander.wang@intel.com>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191212014507.28050-10-pierre-louis.bossart@linux.intel.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent eae0b60d
...@@ -122,6 +122,8 @@ struct sdw_intel_res { ...@@ -122,6 +122,8 @@ struct sdw_intel_res {
int sdw_intel_acpi_scan(acpi_handle *parent_handle, int sdw_intel_acpi_scan(acpi_handle *parent_handle,
struct sdw_intel_acpi_info *info); struct sdw_intel_acpi_info *info);
void sdw_intel_process_wakeen_event(struct sdw_intel_ctx *ctx);
struct sdw_intel_ctx * struct sdw_intel_ctx *
sdw_intel_probe(struct sdw_intel_res *res); sdw_intel_probe(struct sdw_intel_res *res);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment