mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 10:17:32 +00:00
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>
This commit is contained in:
parent
6f4867fa57
commit
f2fa686556
@ -440,7 +440,7 @@ int intel_link_process_wakeen_event(struct auxiliary_device *auxdev)
|
|||||||
* PM calls
|
* PM calls
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int intel_resume_child_device(struct device *dev, void *data)
|
int intel_resume_child_device(struct device *dev, void *data)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
struct sdw_slave *slave = dev_to_sdw_dev(dev);
|
struct sdw_slave *slave = dev_to_sdw_dev(dev);
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
int intel_link_startup(struct auxiliary_device *auxdev);
|
int intel_link_startup(struct auxiliary_device *auxdev);
|
||||||
int intel_link_process_wakeen_event(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 sdw_intel_link_dev {
|
||||||
struct auxiliary_device auxdev;
|
struct auxiliary_device auxdev;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user