Searched refs:write_ptr (Results 1 - 2 of 2) sorted by relevance

/sound/usb/misc/
H A Dua101.c362 unsigned int frames, write_ptr; local
395 write_ptr = ua->rate_feedback_start;
396 add_with_wraparound(ua, &write_ptr, ua->rate_feedback_count);
397 ua->rate_feedback[write_ptr] = frames;
/sound/mips/
H A Dsgio2audio.c428 dst_pos = readq(&mace->perif.audio.chan[ch].write_ptr);
453 writeq(dst_pos, &mace->perif.audio.chan[ch].write_ptr); /* in bytes */

Completed in 134 milliseconds