Home
last modified time | relevance | path

Searched refs:pmdown_time (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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);
362 * Power down the audio subsystem pmdown_time msecs after close is called.
1065 rtd->pmdown_time = pmdown_time; in soc_init_pcm_runtime()
2013 * Flush out pmdown_time wor in snd_soc_poweroff()
[all...]
H A Dsoc-pcm.c247 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
H A Dsoc-dapm.c4511 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()
/kernel/linux/linux-6.6/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);
417 * Power down the audio subsystem pmdown_time msecs after close is called.
563 rtd->pmdown_time = pmdown_time; /* default power off timeout */ in soc_new_pcm_runtime()
2233 * Flush out pmdown_time wor in snd_soc_poweroff()
[all...]
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.c4536 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()
/kernel/linux/linux-5.10/include/sound/
H A Dsoc.h830 /* pmdown_time is ignored at stop */
1030 long pmdown_time; member
1144 long pmdown_time; member
/kernel/linux/linux-6.6/include/sound/
H A Dsoc.h766 /* pmdown_time is ignored at stop */
992 long pmdown_time; member
1114 long pmdown_time; member

Completed in 34 milliseconds