summaryrefslogtreecommitdiff
path: root/drivers/soundwire/intel_auxdevice.h
diff options
context:
space:
mode:
authorBard Liao <yung-chuan.liao@linux.intel.com>2024-04-10 02:34:37 +0000
committerVinod Koul <vkoul@kernel.org>2024-04-11 22:52:51 +0530
commitf2fa6865566483582aed4511ef603b44239b227b (patch)
treefbacbd0f924559087c02da68918b1a8dc770f49a /drivers/soundwire/intel_auxdevice.h
parent6f4867fa57604fc898a63ee73fe890786b9f4a72 (diff)
soundwire: intel: export intel_resume_child_device
We will resume each child in the next patch, and intel_resume_child_device() will be used. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20240410023438.487017-4-yung-chuan.liao@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/soundwire/intel_auxdevice.h')
-rw-r--r--drivers/soundwire/intel_auxdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soundwire/intel_auxdevice.h b/drivers/soundwire/intel_auxdevice.h
index a00ecde95563..acaae0bd6592 100644
--- a/drivers/soundwire/intel_auxdevice.h
+++ b/drivers/soundwire/intel_auxdevice.h
@@ -6,6 +6,7 @@
int intel_link_startup(struct auxiliary_device *auxdev);
int intel_link_process_wakeen_event(struct auxiliary_device *auxdev);
+int intel_resume_child_device(struct device *dev, void *data);
struct sdw_intel_link_dev {
struct auxiliary_device auxdev;