Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/korg1212/
Dkorg1212.c326 int stop_pending_cnt; /* counter for stop pending check */ member
583 if (! korg1212->stop_pending_cnt) { in snd_korg1212_SendStop()
586 korg1212->stop_pending_cnt = HZ; in snd_korg1212_SendStop()
610 korg1212->stop_pending_cnt = 0; in snd_korg1212_timer_func()
616 if (--korg1212->stop_pending_cnt > 0) { in snd_korg1212_timer_func()
1552 if (korg1212->stop_pending_cnt > 0) { in snd_korg1212_prepare()