Searched refs:snd_pcm_format_size (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_misc.c | 385 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size() function 392 EXPORT_SYMBOL(snd_pcm_format_size);
|
| H A D | pcm_lib.c | 1748 frame_size = snd_pcm_format_size(format, channels); in snd_pcm_lib_ioctl_fifo_size()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_multi_dais_pcm.c | 399 frame_bytes = snd_pcm_format_size(format, params_channels(params)); in dmaengine_mpcm_hw_params() 419 sz = snd_pcm_format_size(format, maps[i]); in dmaengine_mpcm_hw_params()
|
| H A D | rockchip_dlp.c | 411 prtd->frame_bytes = snd_pcm_format_size(params_format(params), in dmaengine_dlp_hw_params()
|
| H A D | rockchip_vad.c | 830 frame_bytes = snd_pcm_format_size(params_format(params), in rockchip_vad_hw_params()
|
| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | snd_ps3.c | 545 ret = snd_pcm_format_size(substream->runtime->format, in snd_ps3_delay_to_bytes() 553 snd_pcm_format_size(substream->runtime->format, rate), in snd_ps3_delay_to_bytes()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm.h | 1064 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | sis7019.c | 714 buffer_size /= snd_pcm_format_size(runtime->format, 1); in sis_prepare_timing_voice()
|