| /linux/sound/core/ |
| H A D | pcm_dmaengine.c | 238 return bytes_to_frames(substream->runtime, prtd->pos); in snd_dmaengine_pcm_pointer_no_residue() 266 runtime->delay = bytes_to_frames(runtime, in snd_dmaengine_pcm_pointer() 270 return bytes_to_frames(runtime, pos); in snd_dmaengine_pcm_pointer()
|
| /linux/sound/isa/sb/ |
| H A D | emu8000_pcm.c | 496 pos = bytes_to_frames(subs->runtime, pos); in emu8k_pcm_copy() 497 count = bytes_to_frames(subs->runtime, count); in emu8k_pcm_copy() 508 pos = bytes_to_frames(subs->runtime, pos); in emu8k_pcm_silence() 509 count = bytes_to_frames(subs->runtime, count); in emu8k_pcm_silence()
|
| /linux/include/sound/ |
| H A D | pcm-indirect.h | 100 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_playback_pointer() 177 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_capture_pointer()
|
| /linux/sound/soc/kirkwood/ |
| H A D | kirkwood-dma.c | 231 count = bytes_to_frames(substream->runtime, in kirkwood_dma_pointer() 234 count = bytes_to_frames(substream->runtime, in kirkwood_dma_pointer()
|
| /linux/sound/soc/uniphier/ |
| H A D | aio-dma.c | 186 pos = bytes_to_frames(runtime, sub->rd_offs); in uniphier_aiodma_pointer() 188 pos = bytes_to_frames(runtime, sub->wr_offs); in uniphier_aiodma_pointer()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 254 position = bytes_to_frames(runtime, position); in ct_pcm_playback_pointer() 360 position = bytes_to_frames(runtime, position); in ct_pcm_capture_pointer()
|
| /linux/sound/soc/sof/amd/ |
| H A D | acp-pcm.c | 116 pos = bytes_to_frames(substream->runtime, pos); in acp_pcm_pointer()
|
| /linux/sound/soc/mediatek/common/ |
| H A D | mtk-afe-platform-driver.c | 112 return bytes_to_frames(substream->runtime, pcm_ptr_bytes); in mtk_afe_pcm_pointer()
|
| /linux/sound/soc/codecs/ |
| H A D | rt5677-spi.c | 183 return bytes_to_frames(runtime, rt5677_dsp->dma_offset); in rt5677_spi_pcm_pointer() 368 delay = bytes_to_frames(runtime, period_bytes) / runtime->rate; in rt5677_spi_copy_work()
|
| /linux/sound/soc/meson/ |
| H A D | aiu-fifo.c | 43 return bytes_to_frames(runtime, addr - (unsigned int)runtime->dma_addr); in aiu_fifo_pointer()
|
| H A D | axg-fifo.c | 107 return bytes_to_frames(runtime, addr - (unsigned int)runtime->dma_addr); in axg_fifo_pcm_pointer()
|
| /linux/drivers/media/usb/go7007/ |
| H A D | snd-go7007.c | 68 int frames = bytes_to_frames(runtime, length); in parse_audio_stream_data()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_uac1_legacy.c | 172 frames = bytes_to_frames(runtime, count); in u_audio_playback()
|
| /linux/sound/soc/fsl/ |
| H A D | imx-pcm-fiq.c | 153 return bytes_to_frames(substream->runtime, iprtd->offset); in snd_imx_pcm_pointer()
|
| /linux/sound/soc/sof/ |
| H A D | pcm.c | 526 host = bytes_to_frames(substream->runtime, in sof_pcm_open() 528 dai = bytes_to_frames(substream->runtime, in sof_pcm_open()
|
| /linux/sound/pci/riptide/ |
| H A D | riptide.c | 1127 bytes_to_frames(runtime, pos), in riptide_handleirq() 1358 bytes_to_frames(runtime, rptr.retlongs[1]), in snd_riptide_pointer() 1359 bytes_to_frames(runtime, in snd_riptide_pointer() 1363 bytes_to_frames(runtime, in snd_riptide_pointer() 1367 bytes_to_frames(runtime, in snd_riptide_pointer() 1373 ret = bytes_to_frames(runtime, 0); in snd_riptide_pointer()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-pcm.c | 212 pos = bytes_to_frames(substream->runtime, pos); in hda_dsp_pcm_pointer()
|
| /linux/sound/virtio/ |
| H A D | virtio_pcm_msg.c | 328 bytes_to_frames(runtime, in virtsnd_pcm_msg_complete()
|
| /linux/sound/soc/google/ |
| H A D | chv3-i2s.c | 248 return bytes_to_frames(substream->runtime, idx_bytes); in chv3_dma_pointer()
|
| /linux/sound/drivers/pcsp/ |
| H A D | pcsp_lib.c | 279 return bytes_to_frames(substream->runtime, pos); in snd_pcsp_playback_pointer()
|
| /linux/sound/soc/amd/acp/ |
| H A D | acp-platform.c | 289 return bytes_to_frames(substream->runtime, pos); in acp_dma_pointer()
|
| /linux/sound/soc/loongson/ |
| H A D | loongson_dma.c | 210 x = bytes_to_frames(runtime, addr - runtime->dma_addr); in loongson_pcm_pointer()
|
| /linux/sound/soc/atmel/ |
| H A D | atmel-pcm-pdc.c | 268 x = bytes_to_frames(runtime, ptr - prtd->dma_buffer); in atmel_pcm_pointer()
|
| /linux/sound/soc/au1x/ |
| H A D | dma.c | 277 return bytes_to_frames(ss->runtime, location); in alchemy_pcm_pointer()
|
| /linux/sound/parisc/ |
| H A D | harmony.c | 467 return bytes_to_frames(rt, played); in snd_harmony_playback_pointer() 496 return bytes_to_frames(rt, caught); in snd_harmony_capture_pointer()
|