Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/emu10k1/
Dcardwo.h73 u32 total_copied; /* total number of bytes written() to the buffer (excluding silence) */ member
Daudio.c226 woinst->total_copied += bytestocopy; in emu10k1_audio_write()
230 && (woinst->total_copied >= woinst->buffer.fragment_size)) in emu10k1_audio_write()
287 woinst->total_copied = 0;
319 while ((woinst->total_played < woinst->total_copied)
329 woinst->total_copied = 0;
881 && (woinst->total_copied > 0))
1222 woinst->total_copied = 0;
1260 && (woinst->total_played < woinst->total_copied)) {
Dpassthrough.c104 woinst->total_copied += PT_BLOCKSIZE; in pt_putblock()