Home
last modified time | relevance | path

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

/device/asus/grouper/audio/
Daudio_hw.c138 int cur_write_threshold; member
671 out->cur_write_threshold = out->write_threshold; in out_write()
713 if (kernel_frames > out->cur_write_threshold) { in out_write()
715 (int)(((int64_t)(kernel_frames - out->cur_write_threshold) in out_write()
729 } while ((kernel_frames > out->cur_write_threshold) && in out_write()
739 if (out->cur_write_threshold > out->write_threshold) { in out_write()
740 out->cur_write_threshold -= period_size / 4; in out_write()
741 if (out->cur_write_threshold < out->write_threshold) { in out_write()
742 out->cur_write_threshold = out->write_threshold; in out_write()
744 } else if (out->cur_write_threshold < out->write_threshold) { in out_write()
[all …]