Home
last modified time | relevance | path

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

/sound/aoa/soundbus/i2sbus/
Dpcm.c629 u32 fc, nframes; in handle_interrupt() local
663 nframes = i * runtime->period_size; in handle_interrupt()
664 if (fc < pi->frame_count + nframes) in handle_interrupt()
665 pi->frame_count = fc - nframes; in handle_interrupt()