Home
last modified time | relevance | path

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

/linux-5.19.10/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.c37 pm_runtime_set_autosuspend_delay(dev, SND_SOF_SUSPEND_DELAY_MS); in sof_of_probe_complete()
Dsof-pci-dev.c164 pm_runtime_set_autosuspend_delay(dev, SND_SOF_SUSPEND_DELAY_MS); in sof_pci_probe_complete()
Dsof-priv.h56 #define SND_SOF_SUSPEND_DELAY_MS 2000 macro