Home
last modified time | relevance | path

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

/sound/sh/
A Dsh_dac_audio.c47 int processed; /* bytes proccesed, to compare with period_size */ member
68 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()
/sound/core/seq/
A Dseq_queue.c235 int processed = 0; in snd_seq_check_queue() local
257 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()
A DKconfig9 can be processed at a given time.
/sound/usb/line6/
A DKconfig22 * Signal routing (record clean/processed guitar signal,
/sound/x86/
A Dintel_hdmi_audio.c951 int len, processed; in had_process_ringbuf() local
954 processed = 0; in had_process_ringbuf()
972 if (++processed >= intelhaddata->num_bds) { in had_process_ringbuf()

Completed in 19 milliseconds