Searched refs:samples_to_bytes (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/uniphier/ |
| H A 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/sound/core/ |
| H A D | pcm_lib.c | 2164 off = samples_to_bytes(runtime, off); in noninterleaved_copy() 2165 frames = samples_to_bytes(runtime, frames); in noninterleaved_copy() 2166 hwoff = samples_to_bytes(runtime, hwoff); in noninterleaved_copy()
|
| /linux/sound/drivers/ |
| H A D | pcmtest.c | 478 v_iter->sample_bytes = samples_to_bytes(runtime, 1); in snd_pcmtst_pcm_prepare()
|
| /linux/sound/soc/renesas/ |
| H A D | fsi.c | 520 io->sample_width = samples_to_bytes(runtime, 1); in fsi_stream_init() 1107 samples_to_bytes(runtime, io->buff_sample_pos); in fsi_pio_get_area()
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-mfld-platform-pcm.c | 134 periodbytes = samples_to_bytes(substream->runtime, period_size); in sst_fill_alloc_params()
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | ssi.c | 928 samples_to_bytes(runtime, 1); in rsnd_ssi_pio_init()
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-pdmc.c | 955 unsigned int sample_size = samples_to_bytes(runtime, 1); in mchp_pdmc_process()
|
| /linux/include/sound/ |
| H A D | pcm.h | 763 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes() function
|