Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-core.c67 static int pmdown_time = 5000; variable
68 module_param(pmdown_time, int, 0);
69 MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)");
76 return sprintf(buf, "%ld\n", rtd->pmdown_time); in pmdown_time_show()
86 ret = kstrtol(buf, 10, &rtd->pmdown_time); in pmdown_time_set()
93 static DEVICE_ATTR(pmdown_time, 0644, pmdown_time_show, pmdown_time_set);
1065 rtd->pmdown_time = pmdown_time; in soc_init_pcm_runtime()
H A Dsoc-pcm.c248 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
H A Dsoc-dapm.c4510 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h1032 long pmdown_time; member
1151 long pmdown_time; member
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo