From: Rander Wang Date: Thu, 12 Dec 2019 01:45:05 +0000 (-0600) Subject: soundwire: intel: add prototype for WAKEEN interrupt processing X-Git-Tag: v5.6-rc1~136^2~7^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=905b5a81afe15e8252e5892b8ca1ff1c1adfb79d;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191212014507.28050-10-pierre-louis.bossart@linux.intel.com Signed-off-by: Vinod Koul --- diff --git a/include/linux/soundwire/sdw_intel.h b/include/linux/soundwire/sdw_intel.h index 2a56180bc9dca..073121c49695a 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);