Searched refs:pmdown_time (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/soc/ |
D | soc-core.c | 61 static int pmdown_time = 5000; variable 62 module_param(pmdown_time, int, 0); 63 MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)"); 84 return sprintf(buf, "%ld\n", rtd->pmdown_time); in pmdown_time_show() 94 ret = kstrtol(buf, 10, &rtd->pmdown_time); in pmdown_time_set() 101 static DEVICE_ATTR(pmdown_time, 0644, pmdown_time_show, pmdown_time_set); 1489 rtd->pmdown_time = pmdown_time; in soc_probe_link_dais()
|
D | soc-compress.c | 286 msecs_to_jiffies(rtd->pmdown_time)); in soc_compr_free()
|
D | soc-pcm.c | 134 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time() 737 msecs_to_jiffies(rtd->pmdown_time)); in soc_pcm_close()
|
/Linux-v4.19/include/sound/ |
D | soc.h | 1051 long pmdown_time; member 1131 long pmdown_time; member
|