Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/asihpi/
H A Dasihpi.c730 u32 buffer_size, bytes_avail, samples_played, on_card_bytes; in snd_card_asihpi_timer_function() local
751 &samples_played, &on_card_bytes)); in snd_card_asihpi_timer_function()
754 runtime->delay = on_card_bytes; in snd_card_asihpi_timer_function()
757 on_card_bytes = bytes_avail; in snd_card_asihpi_timer_function()
802 (int)on_card_bytes, in snd_card_asihpi_timer_function()
815 /* come back when on_card_bytes has decreased enough to allow in snd_card_asihpi_timer_function()
819 if (xfercount && (on_card_bytes > dpcm->period_bytes)) in snd_card_asihpi_timer_function()
820 next_jiffies = ((on_card_bytes - dpcm->period_bytes) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
841 ((on_card_bytes <= ds->period_bytes) || in snd_card_asihpi_timer_function()
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dasihpi.c729 u32 buffer_size, bytes_avail, samples_played, on_card_bytes; in snd_card_asihpi_timer_function() local
750 &samples_played, &on_card_bytes)); in snd_card_asihpi_timer_function()
753 runtime->delay = on_card_bytes; in snd_card_asihpi_timer_function()
756 on_card_bytes = bytes_avail; in snd_card_asihpi_timer_function()
801 (int)on_card_bytes, in snd_card_asihpi_timer_function()
813 /* come back when on_card_bytes has decreased enough to allow in snd_card_asihpi_timer_function()
817 if (xfercount && (on_card_bytes > dpcm->period_bytes)) in snd_card_asihpi_timer_function()
818 next_jiffies = ((on_card_bytes - dpcm->period_bytes) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()
839 ((on_card_bytes <= ds->period_bytes) || in snd_card_asihpi_timer_function()

Completed in 8 milliseconds