Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/emu10k1/
Dcardwi.h65 u32 total_recorded; /* total bytes read() from device */ member
Daudio.c302 wiinst->total_recorded = 0;
344 wiinst->total_recorded = 0;
787 cinfo.bytes = cinfo.ptr + wiinst->total_recorded - wiinst->total_recorded % wiinst->buffer.size;
1180 wiinst->total_recorded = 0;
Dcardwi.c370 wiinst->total_recorded += diff; in emu10k1_wavein_update()