Searched refs:samples_to_write (Results 1 – 1 of 1) sorted by relevance
396 int samples_to_write = audio_MIN (oss->pending, samples_till_end); in oss_write_pending() local397 int bytes_to_write = samples_to_write << hw->info.shift; in oss_write_pending()