Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dcx20442.c251 component->card->pop_time = 0; in v253_close()
277 component->card->pop_time = 1; in v253_receive()
377 component->card->pop_time = 0; in cx20442_component_probe()
/linux-6.15/sound/soc/ti/
H A Dams-delta.c108 if (!cx20442_codec->card->pop_time) in ams_delta_set_audio_mode()
349 if (!component->card->pop_time) { in cx81801_receive()
/linux-6.15/sound/soc/
H A Dsoc-dapm.c157 static void pop_wait(u32 pop_time) in pop_wait() argument
159 if (pop_time) in pop_wait()
160 schedule_timeout_uninterruptible(msecs_to_jiffies(pop_time)); in pop_wait()
169 if (!pop_time) in pop_dbg()
1575 pop_dbg(w->dapm->dev, card->pop_time, "pop test : %s %s\n", in dapm_seq_check_event()
1611 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced()
1625 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced()
1627 value, mask, reg, card->pop_time); in dapm_seq_run_coalesced()
1628 pop_wait(card->pop_time); in dapm_seq_run_coalesced()
2087 pop_dbg(card->dev, card->pop_time, in dapm_power_widgets()
[all …]
H A Dsoc-core.c204 &card->pop_time); in soc_init_card_debugfs()
/linux-6.15/include/sound/
H A Dsoc.h1082 u32 pop_time; member