Searched refs:pop_time (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | cx20442.c | 256 codec->component.card->pop_time = 0; in v253_close() 284 codec->component.card->pop_time = 1; in v253_receive() 375 codec->component.card->pop_time = 0; in cx20442_codec_probe()
|
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 120 static void pop_wait(u32 pop_time) in pop_wait() argument 122 if (pop_time) in pop_wait() 123 schedule_timeout_uninterruptible(msecs_to_jiffies(pop_time)); in pop_wait() 126 static void pop_dbg(struct device *dev, u32 pop_time, const char *fmt, ...) in pop_dbg() argument 131 if (!pop_time) in pop_dbg() 1290 pop_dbg(w->dapm->dev, card->pop_time, "pop test : %s %s\n", in dapm_seq_check_event() 1326 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced() 1340 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced() 1342 value, mask, reg, card->pop_time); in dapm_seq_run_coalesced() 1343 pop_wait(card->pop_time); in dapm_seq_run_coalesced() [all …]
|
D | soc-core.c | 474 &card->pop_time); in soc_init_card_debugfs()
|
/linux-4.1.27/include/sound/ |
D | soc.h | 1125 u32 pop_time; member
|