Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-core.c66 static int pmdown_time = 5000; variable
67 module_param(pmdown_time, int, 0);
68 MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)");
167 return sprintf(buf, "%ld\n", rtd->pmdown_time); in pmdown_time_show()
177 ret = kstrtol(buf, 10, &rtd->pmdown_time); in pmdown_time_set()
184 static DEVICE_ATTR(pmdown_time, 0644, pmdown_time_show, pmdown_time_set);
1333 rtd->pmdown_time = pmdown_time; in soc_probe_link_dais()
Dsoc-compress.c221 msecs_to_jiffies(rtd->pmdown_time)); in soc_compr_free()
Dsoc-pcm.c139 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
703 msecs_to_jiffies(rtd->pmdown_time)); in soc_pcm_close()