Searched refs:pmdown_time (Results 1 – 3 of 3) sorted by relevance
67 static int pmdown_time = 5000; variable68 module_param(pmdown_time, int, 0);69 MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)");76 return sysfs_emit(buf, "%ld\n", rtd->pmdown_time); in pmdown_time_show()86 ret = kstrtol(buf, 10, &rtd->pmdown_time); in pmdown_time_store()93 static DEVICE_ATTR_RW(pmdown_time);572 rtd->pmdown_time = pmdown_time; /* default power off timeout */ in soc_new_pcm_runtime()
391 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
4643 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()