Searched refs:pmdown_time (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/sound/soc/ |
| D | soc-core.c | 66 static int pmdown_time = 5000; variable 67 module_param(pmdown_time, int, 0); 68 MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)"); 75 return sprintf(buf, "%ld\n", rtd->pmdown_time); in pmdown_time_show() 85 ret = kstrtol(buf, 10, &rtd->pmdown_time); in pmdown_time_set() 92 static DEVICE_ATTR(pmdown_time, 0644, pmdown_time_show, pmdown_time_set); 1064 rtd->pmdown_time = pmdown_time; in soc_init_pcm_runtime()
|
| D | soc-pcm.c | 247 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
|
| D | soc-dapm.c | 4477 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()
|
| /Linux-v5.10/include/sound/ |
| D | soc.h | 1019 long pmdown_time; member 1133 long pmdown_time; member
|