Home
last modified time | relevance | path

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

/device/asus/grouper/audio/
Daudio_hw.c137 int write_threshold; member
668 out->write_threshold = out->pcm_config->period_size * period_count; in out_write()
671 out->cur_write_threshold = out->write_threshold; in out_write()
739 if (out->cur_write_threshold > out->write_threshold) { 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()
746 if (out->cur_write_threshold > out->write_threshold) { in out_write()
747 out->cur_write_threshold = out->write_threshold; in out_write()
749 } else if ((kernel_frames < out->write_threshold) && in out_write()
[all …]