Skip to content

Commit f2fa686

Browse files
bardliaovinodkoul
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 6f4867f commit f2fa686

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drivers/soundwire/intel_auxdevice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ int intel_link_process_wakeen_event(struct auxiliary_device *auxdev)
440440
* PM calls
441441
*/
442442

443-
static int intel_resume_child_device(struct device *dev, void *data)
443+
int intel_resume_child_device(struct device *dev, void *data)
444444
{
445445
int ret;
446446
struct sdw_slave *slave = dev_to_sdw_dev(dev);

drivers/soundwire/intel_auxdevice.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
int intel_link_startup(struct auxiliary_device *auxdev);
88
int intel_link_process_wakeen_event(struct auxiliary_device *auxdev);
9+
int intel_resume_child_device(struct device *dev, void *data);
910

1011
struct sdw_intel_link_dev {
1112
struct auxiliary_device auxdev;

0 commit comments

Comments
 (0)