Home
last modified time | relevance | path

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

/sound/oss/
Dsequencer.c871 int this_one, action; in seq_startplay() local
878 qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; in seq_startplay()
884 if ((action = play_event(&queue[this_one * EV_SZ]))) in seq_startplay()
889 qhead = this_one; in seq_startplay()