Searched refs:pmdown_time (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-core.c | 67 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 D | soc-pcm.c | 247 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
|
H A D | soc-dapm.c | 4511 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-core.c | 66 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 D | soc-pcm.c | 320 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
|
H A D | soc-dapm.c | 4536 msecs_to_jiffies(rtd->pmdown_time)); in snd_soc_dapm_stream_stop()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc.h | 830 /* 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 D | soc.h | 766 /* pmdown_time is ignored at stop */ 992 long pmdown_time; member 1114 long pmdown_time; member
|
Completed in 34 milliseconds