Home
last modified time | relevance | path

Searched refs:pmdown_time (Results 1 – 3 of 3) sorted by relevance

/sound/soc/
Dsoc-compress.c145 if (!rtd->pmdown_time || codec->ignore_pmdown_time || in soc_compr_free()
153 msecs_to_jiffies(rtd->pmdown_time)); in soc_compr_free()
Dsoc-core.c68 static int pmdown_time = 5000; variable
69 module_param(pmdown_time, int, 0);
70 MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)");
185 return sprintf(buf, "%ld\n", rtd->pmdown_time); in pmdown_time_show()
195 ret = strict_strtol(buf, 10, &rtd->pmdown_time); in pmdown_time_set()
202 static DEVICE_ATTR(pmdown_time, 0644, pmdown_time_show, pmdown_time_set);
1354 rtd->pmdown_time = pmdown_time; in soc_probe_link_dais()
Dsoc-pcm.c402 if (!rtd->pmdown_time || codec->ignore_pmdown_time || in soc_pcm_close()
412 msecs_to_jiffies(rtd->pmdown_time)); in soc_pcm_close()