Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c752 u32 buffer_size, bytes_avail, samples_played, on_card_bytes; in snd_card_asihpi_timer_function() local
773 &samples_played, &on_card_bytes)); in snd_card_asihpi_timer_function()
776 runtime->delay = on_card_bytes; in snd_card_asihpi_timer_function()
779 on_card_bytes = bytes_avail; in snd_card_asihpi_timer_function()
824 (int)on_card_bytes, in snd_card_asihpi_timer_function()
841 if (xfercount && (on_card_bytes > dpcm->period_bytes)) in snd_card_asihpi_timer_function()
842 next_jiffies = ((on_card_bytes - dpcm->period_bytes) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
863 ((on_card_bytes <= ds->period_bytes) || in snd_card_asihpi_timer_function()