Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcx20442.c251 component->card->pop_time = 0; in v253_close()
277 component->card->pop_time = 1; in v253_receive()
378 component->card->pop_time = 0; in cx20442_component_probe()
/linux/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/sound/soc/
H A Dsoc-dapm.c162 static void dapm_pop_wait(u32 pop_time) in dapm_pop_wait() argument
164 if (pop_time) in dapm_pop_wait()
165 schedule_timeout_uninterruptible(msecs_to_jiffies(pop_time)); in dapm_pop_wait()
169 static void dapm_pop_dbg(struct device *dev, u32 pop_time, const char *fmt, ...) in dapm_pop_dbg() argument
174 if (!pop_time) in dapm_pop_dbg()
1867 dapm_pop_dbg(dev, card->pop_time, "pop test : %s %s\n", in dapm_seq_check_event()
1904 dapm_pop_dbg(dev, card->pop_time, in dapm_seq_run_coalesced()
1918 dapm_pop_dbg(dev, card->pop_time, in dapm_seq_run_coalesced()
1920 value, mask, reg, card->pop_time); in dapm_seq_run_coalesced()
1921 dapm_pop_wait(card->pop_time); in dapm_seq_run_coalesced()
[all …]
H A Dsoc-core.c204 &card->pop_time); in soc_init_card_debugfs()