We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4867f commit f2fa686Copy full SHA for f2fa686
drivers/soundwire/intel_auxdevice.c
@@ -440,7 +440,7 @@ int intel_link_process_wakeen_event(struct auxiliary_device *auxdev)
440
* PM calls
441
*/
442
443
-static int intel_resume_child_device(struct device *dev, void *data)
+int intel_resume_child_device(struct device *dev, void *data)
444
{
445
int ret;
446
struct sdw_slave *slave = dev_to_sdw_dev(dev);
drivers/soundwire/intel_auxdevice.h
@@ -6,6 +6,7 @@
6
7
int intel_link_startup(struct auxiliary_device *auxdev);
8
int intel_link_process_wakeen_event(struct auxiliary_device *auxdev);
9
+int intel_resume_child_device(struct device *dev, void *data);
10
11
struct sdw_intel_link_dev {
12
struct auxiliary_device auxdev;
0 commit comments