Home
last modified time | relevance | path

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

/linux-6.6.21/sound/pci/korg1212/ !
Dkorg1212.c312 int stop_pending_cnt; /* counter for stop pending check */ member
568 if (! korg1212->stop_pending_cnt) { in snd_korg1212_SendStop()
571 korg1212->stop_pending_cnt = HZ; in snd_korg1212_SendStop()
595 korg1212->stop_pending_cnt = 0; in snd_korg1212_timer_func()
601 if (--korg1212->stop_pending_cnt > 0) { in snd_korg1212_timer_func()
1547 if (korg1212->stop_pending_cnt > 0) { in snd_korg1212_prepare()