Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dcx20442.c255 component->card->pop_time = 0; in v253_close()
282 component->card->pop_time = 1; in v253_receive()
389 component->card->pop_time = 0; in cx20442_component_probe()
/Linux-v4.19/sound/soc/omap/
Dams-delta.c107 if (!cx20442_codec->card->pop_time) in ams_delta_set_audio_mode()
347 if (!component->card->pop_time) { in cx81801_receive()
/Linux-v4.19/sound/soc/
Dsoc-dapm.c131 static void pop_wait(u32 pop_time) in pop_wait() argument
133 if (pop_time) in pop_wait()
134 schedule_timeout_uninterruptible(msecs_to_jiffies(pop_time)); in pop_wait()
137 static void pop_dbg(struct device *dev, u32 pop_time, const char *fmt, ...) in pop_dbg() argument
142 if (!pop_time) in pop_dbg()
1475 pop_dbg(w->dapm->dev, card->pop_time, "pop test : %s %s\n", in dapm_seq_check_event()
1511 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced()
1525 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced()
1527 value, mask, reg, card->pop_time); in dapm_seq_run_coalesced()
1528 pop_wait(card->pop_time); in dapm_seq_run_coalesced()
[all …]
Dsoc-core.c218 &card->pop_time); in soc_init_card_debugfs()
/Linux-v4.19/include/sound/
Dsoc.h1113 u32 pop_time; member