Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/asihpi/
Dhpifunc.c382 u32 bytes_per_second; in hpi_stream_estimate_buffer_size() local
392 bytes_per_second = pF->sample_rate * 2L * channels; in hpi_stream_estimate_buffer_size()
395 bytes_per_second = pF->sample_rate * 3L * channels; in hpi_stream_estimate_buffer_size()
399 bytes_per_second = pF->sample_rate * 4L * channels; in hpi_stream_estimate_buffer_size()
402 bytes_per_second = pF->sample_rate * 1L * channels; in hpi_stream_estimate_buffer_size()
407 bytes_per_second = pF->bit_rate / 8L; in hpi_stream_estimate_buffer_size()
411 bytes_per_second = 256000L / 8L; in hpi_stream_estimate_buffer_size()
416 size = (bytes_per_second * host_polling_rate_in_milli_seconds * 2) / in hpi_stream_estimate_buffer_size()