Searched refs:processed (Results 1 – 5 of 5) sorted by relevance
47 int processed; /* bytes proccesed, to compare with period_size */ member68 chip->processed = 0; in dac_audio_reset()107 chip->processed = 0; in snd_sh_dac_pcm_open()148 chip->processed = 0; in snd_sh_dac_pcm_trigger()273 chip->processed++; in sh_dac_audio_timer()274 if (chip->processed >= b_ps) { in sh_dac_audio_timer()275 chip->processed -= b_ps; in sh_dac_audio_timer()
235 int processed = 0; in snd_seq_check_queue() local257 if (++processed >= MAX_CELL_PROCESSES_IN_QUEUE) in snd_seq_check_queue()268 if (++processed >= MAX_CELL_PROCESSES_IN_QUEUE) in snd_seq_check_queue()277 if (processed < MAX_CELL_PROCESSES_IN_QUEUE) in snd_seq_check_queue()
9 can be processed at a given time.
22 * Signal routing (record clean/processed guitar signal,
951 int len, processed; in had_process_ringbuf() local954 processed = 0; in had_process_ringbuf()972 if (++processed >= intelhaddata->num_bds) { in had_process_ringbuf()
Completed in 19 milliseconds