diff options
author | Rander Wang <[email protected]> | 2019-12-11 19:45:05 -0600 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2019-12-12 09:17:07 +0530 |
commit | 905b5a81afe15e8252e5892b8ca1ff1c1adfb79d (patch) | |
tree | ebefad261f430b9dd2cf43b0f150cf90829fe85f | |
parent | eae0b60d64834c75a460d96b1d1e0e187381e341 (diff) |
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: Rander Wang <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | include/linux/soundwire/sdw_intel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/soundwire/sdw_intel.h b/include/linux/soundwire/sdw_intel.h index 2a56180bc9dc..073121c49695 100644 --- a/include/linux/soundwire/sdw_intel.h +++ b/include/linux/soundwire/sdw_intel.h @@ -122,6 +122,8 @@ struct sdw_intel_res { int sdw_intel_acpi_scan(acpi_handle *parent_handle, struct sdw_intel_acpi_info *info); +void sdw_intel_process_wakeen_event(struct sdw_intel_ctx *ctx); + struct sdw_intel_ctx * sdw_intel_probe(struct sdw_intel_res *res); |