Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Dsis7019.c78 u16 sync_buffer_size; member
229 if (sync > (voice->sync_buffer_size / 2)) in sis_update_voice()
230 sync -= voice->sync_buffer_size; in sis_update_voice()
271 if (sync >= voice->sync_buffer_size) in sis_update_voice()
272 sync -= voice->sync_buffer_size; in sis_update_voice()
755 timing->sync_buffer_size = runtime->buffer_size; in sis_prepare_timing_voice()