Home
last modified time | relevance | path

Searched refs:SND_SOF_SUSPEND_DELAY_MS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/sound/soc/sof/
Dsof-acpi-dev.c54 pm_runtime_set_autosuspend_delay(dev, SND_SOF_SUSPEND_DELAY_MS); in sof_acpi_probe_complete()
Dsof-of-dev.c59 pm_runtime_set_autosuspend_delay(dev, SND_SOF_SUSPEND_DELAY_MS); in sof_of_probe_complete()
Dsof-pci-dev.c106 pm_runtime_set_autosuspend_delay(dev, SND_SOF_SUSPEND_DELAY_MS); in sof_pci_probe_complete()
Dsof-priv.h41 #define SND_SOF_SUSPEND_DELAY_MS 2000 macro