Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c157 unsigned int bytes_per_sec; member
460 unsigned int bytes_per_sec; in snd_card_asihpi_pcm_hw_params() local
501 bytes_per_sec = params_rate(params) * params_channels(params); in snd_card_asihpi_pcm_hw_params()
503 bytes_per_sec *= width; in snd_card_asihpi_pcm_hw_params()
504 bytes_per_sec /= 8; in snd_card_asihpi_pcm_hw_params()
505 if (width < 0 || bytes_per_sec == 0) in snd_card_asihpi_pcm_hw_params()
508 dpcm->bytes_per_sec = bytes_per_sec; in snd_card_asihpi_pcm_hw_params()
859 next_jiffies = ((on_card_bytes - dpcm->period_bytes) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
861 next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c736 …size_t bytes_per_sec = params_rate(oss_params) * snd_pcm_format_physical_width(params_format(oss_p… in snd_pcm_oss_period_size() local
741 } while (oss_period_size > bytes_per_sec); in snd_pcm_oss_period_size()