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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dcardwo.h73 u32 total_copied; /* total number of bytes written() to the buffer (excluding silence) */ member in struct:woinst
H A Daudio.c226 woinst->total_copied += bytestocopy;
230 && (woinst->total_copied >= woinst->buffer.fragment_size))
288 woinst->total_copied = 0;
320 while ((woinst->total_played < woinst->total_copied)
330 woinst->total_copied = 0;
885 && (woinst->total_copied > 0))
1245 woinst->total_copied = 0;
1284 && (woinst->total_played < woinst->total_copied)) {
H A Dpassthrough.c101 woinst->total_copied += PT_BLOCKSIZE;

Completed in 43 milliseconds