Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-compress.c233 rtd->pop_wait ? "yes" : "no"); in close_delayed_work()
236 if (rtd->pop_wait == 1) { in close_delayed_work()
237 rtd->pop_wait = 0; in close_delayed_work()
283 rtd->pop_wait = 1; in soc_compr_free()
520 rtd->pop_wait = 0; in soc_compr_set_params()
Dsoc-pcm.c670 rtd->pop_wait ? "yes" : "no"); in close_delayed_work()
673 if (rtd->pop_wait == 1) { in close_delayed_work()
674 rtd->pop_wait = 0; in close_delayed_work()
734 rtd->pop_wait = 1; in soc_pcm_close()
829 rtd->pop_wait) { in soc_pcm_prepare()
830 rtd->pop_wait = 0; in soc_pcm_prepare()
Dsoc-dapm.c131 static void pop_wait(u32 pop_time) in pop_wait() function
1528 pop_wait(card->pop_time); in dapm_seq_run_coalesced()
1996 pop_wait(card->pop_time); in dapm_power_widgets()
/Linux-v4.19/include/sound/
Dsoc.h1153 unsigned int pop_wait:1; member