Home
last modified time | relevance | path

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

/linux-2.6.39/sound/oss/
Dsequencer.c872 int this_one, action; in seq_startplay() local
879 qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; in seq_startplay()
885 if ((action = play_event(&queue[this_one * EV_SZ]))) in seq_startplay()
890 qhead = this_one; in seq_startplay()