| /linux/sound/firewire/fireface/ |
| H A D | amdtp-ff.c | 46 frames_to_bytes(runtime, pcm_buffer_pointer); in write_pcm_s32() 76 frames_to_bytes(runtime, pcm_buffer_pointer); in read_pcm_s32()
|
| /linux/include/sound/ |
| H A D | pcm-indirect.h | 48 rec->sw_ready += (int)frames_to_bytes(runtime, diff); in snd_pcm_indirect_playback_transfer() 121 rec->sw_ready -= frames_to_bytes(runtime, diff); in snd_pcm_indirect_capture_transfer()
|
| H A D | pcm.h | 775 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes() function 801 return frames_to_bytes(runtime, runtime->buffer_size); in snd_pcm_lib_buffer_bytes() 813 return frames_to_bytes(runtime, runtime->period_size); in snd_pcm_lib_period_bytes()
|
| /linux/sound/soc/amd/ps/ |
| H A D | ps-sdw-dma.c | 491 buffersize = frames_to_bytes(substream->runtime, in acp63_sdw_dma_pointer() 718 period_bytes = frames_to_bytes(runtime, runtime->period_size); in acp63_restore_sdw_dma_config() 719 buf_size = frames_to_bytes(runtime, runtime->buffer_size); in acp63_restore_sdw_dma_config() 759 period_bytes = frames_to_bytes(runtime, runtime->period_size); in acp70_restore_sdw_dma_config() 760 buf_size = frames_to_bytes(runtime, runtime->buffer_size); in acp70_restore_sdw_dma_config()
|
| /linux/sound/soc/amd/renoir/ |
| H A D | acp3x-pdm-dma.c | 281 buffersize = frames_to_bytes(stream->runtime, in acp_pdm_dma_pointer() 455 period_bytes = frames_to_bytes(runtime, runtime->period_size); in acp_pdm_resume() 456 buffer_len = frames_to_bytes(runtime, runtime->buffer_size); in acp_pdm_resume()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-pcm.c | 162 appl_pos = frames_to_bytes(runtime, runtime->control->appl_ptr); in hda_dsp_pcm_ack() 163 buf_size = frames_to_bytes(runtime, runtime->buffer_size); in hda_dsp_pcm_ack()
|
| /linux/sound/firewire/ |
| H A D | amdtp-am824.c | 164 frames_to_bytes(runtime, pcm_buffer_pointer); in write_pcm_s32() 195 frames_to_bytes(runtime, pcm_buffer_pointer); in read_pcm_s32()
|
| /linux/sound/firewire/digi00x/ |
| H A D | amdtp-dot.c | 161 frames_to_bytes(runtime, pcm_buffer_pointer); in write_pcm_s32() 193 frames_to_bytes(runtime, pcm_buffer_pointer); in read_pcm_s32()
|
| /linux/sound/soc/amd/acp/ |
| H A D | acp-renoir.c | 160 buf_size = frames_to_bytes(substream->runtime, buf_in_frames); in rn_pcm_resume()
|
| H A D | acp70.c | 197 buf_size = frames_to_bytes(substream->runtime, buf_in_frames); in acp70_pcm_resume()
|
| H A D | acp-i2s.c | 395 period_bytes = frames_to_bytes(substream->runtime, substream->runtime->period_size); in acp_i2s_trigger() 396 buf_size = frames_to_bytes(substream->runtime, substream->runtime->buffer_size); in acp_i2s_trigger()
|
| H A D | acp-legacy-common.c | 155 period_bytes = frames_to_bytes(runtime, runtime->period_size); in set_acp_pdm_ring_buffer() 156 pdm_size = frames_to_bytes(runtime, runtime->buffer_size); in set_acp_pdm_ring_buffer()
|
| H A D | acp63.c | 267 buf_size = frames_to_bytes(substream->runtime, buf_in_frames); in acp63_pcm_resume()
|
| H A D | acp-platform.c | 279 buffersize = frames_to_bytes(substream->runtime, in acp_dma_pointer()
|
| /linux/sound/firewire/motu/ |
| H A D | amdtp-motu.c | 110 frames_to_bytes(runtime, pcm_buffer_pointer); in read_pcm_s32() 146 frames_to_bytes(runtime, pcm_buffer_pointer); in write_pcm_s32()
|
| /linux/sound/sh/ |
| H A D | aica.c | 263 frames_to_bytes(runtime, runtime->buffer_size); in run_spu_dma() 299 frames_to_bytes(runtime, in aica_period_elapsed()
|
| H A D | sh_dac_audio.c | 267 ssize_t b_ps = frames_to_bytes(runtime, runtime->period_size); in sh_dac_audio_timer()
|
| /linux/sound/soc/kirkwood/ |
| H A D | kirkwood-dma.c | 205 size = frames_to_bytes(runtime, runtime->buffer_size); in kirkwood_dma_prepare()
|
| /linux/sound/hda/core/ |
| H A D | stream.c | 322 -frames_to_bytes(runtime, 64); in snd_hdac_stream_setup() 529 pos_adj = frames_to_bytes(runtime, pos_adj); in snd_hdac_stream_setup_bdle()
|
| /linux/sound/soc/google/ |
| H A D | chv3-i2s.c | 259 bytes = frames_to_bytes(runtime, runtime->control->appl_ptr); in chv3_dma_ack()
|
| /linux/sound/soc/intel/catpt/ |
| H A D | pcm.c | 486 pos = frames_to_bytes(runtime, runtime->start_threshold); in catpt_dai_trigger() 549 frames_to_bytes(r, newpos), in catpt_stream_update_position()
|
| /linux/sound/soc/fsl/ |
| H A D | mpc5200_dma.c | 127 s->period_bytes = frames_to_bytes(runtime, in psc_dma_trigger()
|
| /linux/sound/soc/renesas/ |
| H A D | rz-ssi.c | 695 dma_paddr = runtime->dma_addr + frames_to_bytes(runtime, in rz_ssi_dma_transfer() 697 dma_size = frames_to_bytes(runtime, amount); in rz_ssi_dma_transfer()
|
| /linux/sound/soc/amd/raven/ |
| H A D | acp3x-pcm-dma.c | 305 buffersize = frames_to_bytes(substream->runtime, in acp3x_dma_pointer()
|
| /linux/sound/soc/codecs/ |
| H A D | rt5677-spi.c | 215 size_t bytes_per_frame = frames_to_bytes(runtime, 1); in rt5677_spi_copy_block()
|