Home
last modified time | relevance | path

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

/linux/sound/soc/
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 sprintf(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);
1259 rtd->pmdown_time = pmdown_time; in soc_init_pcm_runtime()
A Dsoc-pcm.c281 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
A Dsoc-dapm.c4500 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()
/linux/include/sound/
A Dsoc.h922 long pmdown_time; member
1037 long pmdown_time; member
/linux/
A Dmodules.builtin.modinfo16 …g@slimlogic.co.uk�snd_soc_core.parm=pmdown_time:DAPM stream powerdown time (msecs)�snd_soc_core.pa…
A DSystem.map159163 ffff8000120bdd90 d pmdown_time
A D.tmp_System.map159163 ffff8000120bdd90 d pmdown_time

Completed in 346 milliseconds