Searched refs:pop_time (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/sound/soc/codecs/ |
| D | cx20442.c | 251 component->card->pop_time = 0; in v253_close() 278 component->card->pop_time = 1; in v253_receive() 385 component->card->pop_time = 0; in cx20442_component_probe()
|
| /Linux-v5.10/sound/soc/ti/ |
| D | ams-delta.c | 110 if (!cx20442_codec->card->pop_time) in ams_delta_set_audio_mode() 350 if (!component->card->pop_time) { in cx81801_receive()
|
| /Linux-v5.10/sound/soc/ |
| D | soc-dapm.c | 154 static void pop_wait(u32 pop_time) in pop_wait() argument 156 if (pop_time) in pop_wait() 157 schedule_timeout_uninterruptible(msecs_to_jiffies(pop_time)); in pop_wait() 161 static void pop_dbg(struct device *dev, u32 pop_time, const char *fmt, ...) in pop_dbg() argument 166 if (!pop_time) in pop_dbg() 1567 pop_dbg(w->dapm->dev, card->pop_time, "pop test : %s %s\n", in dapm_seq_check_event() 1603 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced() 1617 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced() 1619 value, mask, reg, card->pop_time); in dapm_seq_run_coalesced() 1620 pop_wait(card->pop_time); in dapm_seq_run_coalesced() [all …]
|
| D | soc-core.c | 203 &card->pop_time); in soc_init_card_debugfs()
|
| /Linux-v5.10/include/sound/ |
| D | soc.h | 1079 u32 pop_time; member
|