Home
last modified time | relevance | path

Searched refs:bytes_to_frames (Results 1 – 25 of 105) sorted by relevance

12345

/Linux-v4.19/sound/isa/sb/
Demu8000_pcm.c539 pos = bytes_to_frames(subs->runtime, pos); in emu8k_pcm_copy()
540 count = bytes_to_frames(subs->runtime, count); in emu8k_pcm_copy()
552 pos = bytes_to_frames(subs->runtime, pos); in emu8k_pcm_copy_kernel()
553 count = bytes_to_frames(subs->runtime, count); in emu8k_pcm_copy_kernel()
564 pos = bytes_to_frames(subs->runtime, pos); in emu8k_pcm_silence()
565 count = bytes_to_frames(subs->runtime, count); in emu8k_pcm_silence()
Dsb8_main.c424 return bytes_to_frames(substream->runtime, ptr); in snd_sb8_playback_pointer()
440 return bytes_to_frames(substream->runtime, ptr); in snd_sb8_capture_pointer()
/Linux-v4.19/include/sound/
Dpcm-indirect.h108 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_playback_pointer()
180 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_capture_pointer()
/Linux-v4.19/sound/core/
Dpcm_dmaengine.c238 return bytes_to_frames(substream->runtime, prtd->pos); in snd_dmaengine_pcm_pointer_no_residue()
264 return bytes_to_frames(substream->runtime, pos); in snd_dmaengine_pcm_pointer()
/Linux-v4.19/sound/soc/kirkwood/
Dkirkwood-dma.c236 count = bytes_to_frames(substream->runtime, in kirkwood_dma_pointer()
239 count = bytes_to_frames(substream->runtime, in kirkwood_dma_pointer()
/Linux-v4.19/sound/soc/uniphier/
Daio-dma.c199 pos = bytes_to_frames(runtime, sub->rd_offs); in uniphier_aiodma_pointer()
201 pos = bytes_to_frames(runtime, sub->wr_offs); in uniphier_aiodma_pointer()
/Linux-v4.19/sound/pci/ctxfi/
Dctpcm.c264 position = bytes_to_frames(runtime, position); in ct_pcm_playback_pointer()
370 position = bytes_to_frames(runtime, position); in ct_pcm_capture_pointer()
/Linux-v4.19/sound/soc/mediatek/common/
Dmtk-afe-platform-driver.c112 return bytes_to_frames(substream->runtime, pcm_ptr_bytes); in mtk_afe_pcm_pointer()
/Linux-v4.19/sound/pci/aw2/
Daw2-alsa.c567 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_playback()
586 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_capture()
/Linux-v4.19/sound/soc/sh/
Dsiu_pcm.c422 xfer_cnt = bytes_to_frames(rt, siu_stream->period_bytes); in siu_pcm_prepare()
512 return bytes_to_frames(ss->runtime, ptr); in siu_pcm_pointer_dma()
Ddma-sh7760.c292 return bytes_to_frames(runtime, pos); in camelot_pos()
/Linux-v4.19/sound/pci/korg1212/
Dkorg1212.c1311 pos = bytes_to_frames(runtime, pos); in snd_korg1212_copy_to()
1312 count = bytes_to_frames(runtime, count); in snd_korg1212_copy_to()
1348 pos = bytes_to_frames(runtime, pos); in snd_korg1212_copy_from()
1349 count = bytes_to_frames(runtime, count); in snd_korg1212_copy_from()
1680 return snd_korg1212_silence(korg1212, bytes_to_frames(runtime, pos), in snd_korg1212_playback_silence()
1681 bytes_to_frames(runtime, count), in snd_korg1212_playback_silence()
/Linux-v4.19/drivers/usb/gadget/function/
Du_uac1_legacy.c172 frames = bytes_to_frames(runtime, count); in u_audio_playback()
/Linux-v4.19/sound/soc/au1x/
Ddbdma2.c284 return bytes_to_frames(substream->runtime, to_dmadata(substream)->pos); in au1xpsc_pcm_pointer()
Ddma.c280 return bytes_to_frames(ss->runtime, location); in alchemy_pcm_pointer()
/Linux-v4.19/sound/soc/nuc900/
Dnuc900-pcm.c234 return bytes_to_frames(substream->runtime, res); in nuc900_dma_pointer()
/Linux-v4.19/sound/soc/meson/
Daxg-fifo.c103 return bytes_to_frames(runtime, addr - (unsigned int)runtime->dma_addr); in axg_fifo_pcm_pointer()
/Linux-v4.19/sound/isa/msnd/
Dmsnd.c571 return bytes_to_frames(substream->runtime, chip->playDMAPos); in snd_msnd_playback_pointer()
648 return bytes_to_frames(runtime, chip->captureDMAPos); in snd_msnd_capture_pointer()
/Linux-v4.19/drivers/media/usb/go7007/
Dsnd-go7007.c77 int frames = bytes_to_frames(runtime, length); in parse_audio_stream_data()
/Linux-v4.19/sound/drivers/pcsp/
Dpcsp_lib.c286 return bytes_to_frames(substream->runtime, pos); in snd_pcsp_playback_pointer()
/Linux-v4.19/sound/soc/stm/
Dstm32_adfsdm.c222 return bytes_to_frames(substream->runtime, priv->pos); in stm32_adfsdm_pcm_pointer()
/Linux-v4.19/sound/pci/riptide/
Driptide.c1137 bytes_to_frames(runtime, pos), in riptide_handleirq()
1372 bytes_to_frames(runtime, rptr.retlongs[1]), in snd_riptide_pointer()
1373 bytes_to_frames(runtime, in snd_riptide_pointer()
1377 bytes_to_frames(runtime, in snd_riptide_pointer()
1381 bytes_to_frames(runtime, in snd_riptide_pointer()
1386 ret = bytes_to_frames(runtime, 0); in snd_riptide_pointer()
/Linux-v4.19/sound/soc/fsl/
Dimx-pcm-fiq.c154 return bytes_to_frames(substream->runtime, iprtd->offset); in snd_imx_pcm_pointer()
/Linux-v4.19/sound/pci/
Dals4000.c515 return bytes_to_frames( substream->runtime, result ); in snd_als4000_capture_pointer()
527 return bytes_to_frames( substream->runtime, result ); in snd_als4000_playback_pointer()
/Linux-v4.19/sound/pci/emu10k1/
Dp16v.c556 ptr2 = bytes_to_frames(runtime, ptr1); in snd_p16v_pcm_pointer_playback()
579 ptr2 = bytes_to_frames(runtime, ptr1); in snd_p16v_pcm_pointer_capture()

12345