Home
last modified time | relevance | path

Searched refs:frames_to_bytes (Results 1 – 25 of 35) sorted by relevance

12

/linux/sound/firewire/fireface/
H A Damdtp-ff.c46 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 Dpcm-indirect.h48 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 Dpcm.h775 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 Dps-sdw-dma.c491 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 Dacp3x-pdm-dma.c281 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 Dhda-pcm.c162 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 Damdtp-am824.c164 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 Damdtp-dot.c161 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 Dacp-renoir.c160 buf_size = frames_to_bytes(substream->runtime, buf_in_frames); in rn_pcm_resume()
H A Dacp70.c197 buf_size = frames_to_bytes(substream->runtime, buf_in_frames); in acp70_pcm_resume()
H A Dacp-i2s.c395 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 Dacp-legacy-common.c155 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 Dacp63.c267 buf_size = frames_to_bytes(substream->runtime, buf_in_frames); in acp63_pcm_resume()
H A Dacp-platform.c279 buffersize = frames_to_bytes(substream->runtime, in acp_dma_pointer()
/linux/sound/firewire/motu/
H A Damdtp-motu.c110 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 Daica.c263 frames_to_bytes(runtime, runtime->buffer_size); in run_spu_dma()
299 frames_to_bytes(runtime, in aica_period_elapsed()
H A Dsh_dac_audio.c267 ssize_t b_ps = frames_to_bytes(runtime, runtime->period_size); in sh_dac_audio_timer()
/linux/sound/soc/kirkwood/
H A Dkirkwood-dma.c205 size = frames_to_bytes(runtime, runtime->buffer_size); in kirkwood_dma_prepare()
/linux/sound/hda/core/
H A Dstream.c322 -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 Dchv3-i2s.c259 bytes = frames_to_bytes(runtime, runtime->control->appl_ptr); in chv3_dma_ack()
/linux/sound/soc/intel/catpt/
H A Dpcm.c486 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 Dmpc5200_dma.c127 s->period_bytes = frames_to_bytes(runtime, in psc_dma_trigger()
/linux/sound/soc/renesas/
H A Drz-ssi.c695 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 Dacp3x-pcm-dma.c305 buffersize = frames_to_bytes(substream->runtime, in acp3x_dma_pointer()
/linux/sound/soc/codecs/
H A Drt5677-spi.c215 size_t bytes_per_frame = frames_to_bytes(runtime, 1); in rt5677_spi_copy_block()

12