Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-compress.c354 rtd->pop_wait = 0; in soc_compr_set_params()
H A Dsoc-core.c434 str_yes_no(rtd->pop_wait)); in snd_soc_close_delayed_work()
437 if (rtd->pop_wait == 1) { in snd_soc_close_delayed_work()
438 rtd->pop_wait = 0; in snd_soc_close_delayed_work()
H A Dsoc-dapm.c157 static void pop_wait(u32 pop_time) in pop_wait() function
1628 pop_wait(card->pop_time); in dapm_seq_run_coalesced()
2089 pop_wait(card->pop_time); in dapm_power_widgets()
4557 rtd->pop_wait = 1; in snd_soc_dapm_stream_stop()
H A Dsoc-pcm.c943 rtd->pop_wait) { in __soc_pcm_prepare()
944 rtd->pop_wait = 0; in __soc_pcm_prepare()
/linux-6.15/include/sound/
H A Dsoc.h1174 unsigned int pop_wait:1; member