Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/sof/
Dsof-of-dev.c59 pm_runtime_set_autosuspend_delay(dev, SND_SOF_SUSPEND_DELAY_MS); in sof_of_probe_complete()
Dsof-acpi-dev.c115 pm_runtime_set_autosuspend_delay(dev, SND_SOF_SUSPEND_DELAY_MS); in sof_acpi_probe_complete()
Dsof-pci-dev.c303 pm_runtime_set_autosuspend_delay(dev, SND_SOF_SUSPEND_DELAY_MS); in sof_pci_probe_complete()
Dsof-priv.h37 #define SND_SOF_SUSPEND_DELAY_MS 2000 macro