Home
last modified time | relevance | path

Searched refs:samples_to_bytes (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/sound/soc/uniphier/
Daio-dma.c32 runtime->channels * samples_to_bytes(runtime, 1); in aiodma_pcm_irq()
115 runtime->channels * samples_to_bytes(runtime, 1); in uniphier_aiodma_prepare()
143 runtime->channels * samples_to_bytes(runtime, 1); in uniphier_aiodma_trigger()
178 runtime->channels * samples_to_bytes(runtime, 1); in uniphier_aiodma_pointer()
/linux-6.1.9/sound/core/
Dpcm_lib.c2063 off = samples_to_bytes(runtime, off); in noninterleaved_copy()
2064 frames = samples_to_bytes(runtime, frames); in noninterleaved_copy()
2065 hwoff = samples_to_bytes(runtime, hwoff); in noninterleaved_copy()
/linux-6.1.9/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c134 periodbytes = samples_to_bytes(substream->runtime, period_size); in sst_fill_alloc_params()
/linux-6.1.9/sound/soc/sh/
Dfsi.c532 io->sample_width = samples_to_bytes(runtime, 1); in fsi_stream_init()
1122 samples_to_bytes(runtime, io->buff_sample_pos); in fsi_pio_get_area()
Drz-ssi.c217 strm->sample_width = samples_to_bytes(runtime, 1); in rz_ssi_stream_init()
/linux-6.1.9/sound/soc/sh/rcar/
Dssi.c923 samples_to_bytes(runtime, 1); in rsnd_ssi_pio_init()
/linux-6.1.9/sound/soc/atmel/
Dmchp-pdmc.c960 unsigned int sample_size = samples_to_bytes(runtime, 1); in mchp_pdmc_process()
/linux-6.1.9/include/sound/
Dpcm.h733 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes() function