Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/
H A 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)");
75 return sysfs_emit(buf, "%ld\n", rtd->pmdown_time); in pmdown_time_show()
85 ret = kstrtol(buf, 10, &rtd->pmdown_time); in pmdown_time_store()
92 static DEVICE_ATTR_RW(pmdown_time);
563 rtd->pmdown_time = pmdown_time; /* default power off timeout */ in soc_new_pcm_runtime()
H A Dsoc-pcm.c320 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
H A Dsoc-dapm.c4537 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()
/openbmc/linux/include/sound/
H A Dsoc.h992 long pmdown_time; member
1114 long pmdown_time; member