Previous commits made this dead code.
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
#endif
if (played) {
- hw->ts_helper += played;
audio_capture_mix_and_clear (hw, prev_rpos, played);
}
min = audio_pcm_hw_find_min_in (hw);
hw->total_samples_captured += captured - min;
- hw->ts_helper += captured;
for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) {
sw->total_hw_samples_acquired -= min;
struct audio_pcm_info info;
f_sample *clip;
- uint64_t ts_helper;
STSampleBuffer mix_buf;
void *buf_emul;
t_sample *conv;
size_t total_samples_captured;
- uint64_t ts_helper;
STSampleBuffer conv_buf;
void *buf_emul;