Searched refs:samples_to_bytes (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_vad.c | 291 vframes = samples_to_bytes(runtime, vad->channels); in snd_pcm_vad_avail() 337 vframe_sz = samples_to_bytes(runtime, vad->channels); in snd_pcm_vad_read() 395 buf += samples_to_bytes(runtime, vad->audio_chnl); in snd_pcm_vad_preprocess() 497 vframe_sz = samples_to_bytes(runtime, vad->channels); in snd_pcm_vad_memcpy()
|
| H A D | rockchip_multi_dais_pcm.c | 166 offset += samples_to_bytes(runtime, maps[i]); in dmaengine_mpcm_prepare_and_submit() 281 offset += samples_to_bytes(runtime, maps[i]); in __mpcm_prepare_single_and_submit()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_lib.c | 2029 off = samples_to_bytes(runtime, off); in noninterleaved_copy() 2030 frames = samples_to_bytes(runtime, frames); in noninterleaved_copy() 2031 hwoff = samples_to_bytes(runtime, hwoff); in noninterleaved_copy()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/rcar/ |
| H A D | ssi.c | 1049 samples_to_bytes(runtime, 1); in rsnd_ssi_pio_init()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm.h | 695 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes() function
|