Searched refs:dsp_stop_is_processed (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/korg1212/
H A Dkorg1212.c399 int dsp_stop_is_processed; member in struct:snd_korg1212
595 korg1212->dsp_stop_is_processed = 0; snd_korg1212_SendStopAndWait()
598 wait_event_timeout(korg1212->wait, korg1212->dsp_stop_is_processed, (HZ * 3) / 2); snd_korg1212_SendStopAndWait()
611 korg1212->dsp_stop_is_processed = 1; snd_korg1212_timer_func()
622 korg1212->dsp_stop_is_processed = 1; snd_korg1212_timer_func()

Completed in 64 milliseconds