Searched refs:pmdown_time (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 65 static int pmdown_time = 5000; variable 66 module_param(pmdown_time, int, 0); 67 MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)"); 175 return sprintf(buf, "%ld\n", rtd->pmdown_time); in pmdown_time_show() 185 ret = kstrtol(buf, 10, &rtd->pmdown_time); in pmdown_time_set() 192 static DEVICE_ATTR(pmdown_time, 0644, pmdown_time_show, pmdown_time_set); 1337 rtd->pmdown_time = pmdown_time; in soc_probe_link_dais()
|
D | soc-compress.c | 220 msecs_to_jiffies(rtd->pmdown_time)); in soc_compr_free()
|
D | soc-pcm.c | 121 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time() 669 msecs_to_jiffies(rtd->pmdown_time)); in soc_pcm_close()
|
/linux-4.1.27/include/sound/ |
D | soc.h | 1068 long pmdown_time; member 1145 long pmdown_time; member
|