Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/
Dsoc-compress.c359 rtd->pop_wait = 0; in soc_compr_set_params()
Dsoc-core.c358 rtd->pop_wait ? "yes" : "no"); in snd_soc_close_delayed_work()
361 if (rtd->pop_wait == 1) { in snd_soc_close_delayed_work()
362 rtd->pop_wait = 0; in snd_soc_close_delayed_work()
Dsoc-dapm.c156 static void pop_wait(u32 pop_time) in pop_wait() function
1629 pop_wait(card->pop_time); in dapm_seq_run_coalesced()
2096 pop_wait(card->pop_time); in dapm_power_widgets()
4523 rtd->pop_wait = 1; in snd_soc_dapm_stream_stop()
Dsoc-pcm.c897 rtd->pop_wait) { in __soc_pcm_prepare()
898 rtd->pop_wait = 0; in __soc_pcm_prepare()
/Linux-v6.1/include/sound/
Dsoc.h1099 unsigned int pop_wait:1; member