Searched refs:samples_to_bytes (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/sound/soc/uniphier/ |
D | aio-dma.c | 32 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-v6.6/sound/drivers/ |
D | pcmtest.c | 477 v_iter->sample_bytes = samples_to_bytes(runtime, 1); in snd_pcmtst_pcm_prepare()
|
/Linux-v6.6/sound/core/ |
D | pcm_lib.c | 2100 off = samples_to_bytes(runtime, off); in noninterleaved_copy() 2101 frames = samples_to_bytes(runtime, frames); in noninterleaved_copy() 2102 hwoff = samples_to_bytes(runtime, hwoff); in noninterleaved_copy()
|
/Linux-v6.6/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 134 periodbytes = samples_to_bytes(substream->runtime, period_size); in sst_fill_alloc_params()
|
/Linux-v6.6/sound/soc/sh/ |
D | fsi.c | 532 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()
|
D | rz-ssi.c | 218 strm->sample_width = samples_to_bytes(runtime, 1); in rz_ssi_stream_init()
|
/Linux-v6.6/sound/soc/sh/rcar/ |
D | ssi.c | 926 samples_to_bytes(runtime, 1); in rsnd_ssi_pio_init()
|
/Linux-v6.6/sound/soc/atmel/ |
D | mchp-pdmc.c | 963 unsigned int sample_size = samples_to_bytes(runtime, 1); in mchp_pdmc_process()
|
/Linux-v6.6/include/sound/ |
D | pcm.h | 731 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes() function
|