Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dgus_wave.c2306 int this_one, is16bits, chn; in play_next_pcm_block() local
2313 this_one = pcm_head; in play_next_pcm_block()
2333 dram_loc = this_one * pcm_bsize; in play_next_pcm_block()
2336 if (this_one == (pcm_nblk - 1)) /* Last fragment of the DRAM buffer */ in play_next_pcm_block()
2412 int this_one, count; in gus_transfer_output_block() local
2427 this_one = pcm_current_block = pcm_tail; in gus_transfer_output_block()
2430 pcm_datasize[this_one] = count; in gus_transfer_output_block()
2433 this_one = pcm_current_block; in gus_transfer_output_block()
2438 address = this_one * pcm_bsize; in gus_transfer_output_block()
Dsequencer.c870 int this_one, action; in seq_startplay() local
877 qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; in seq_startplay()
883 if ((action = play_event(&queue[this_one * EV_SZ]))) in seq_startplay()
888 qhead = this_one; in seq_startplay()