Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_misc.c385 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 Dpcm_lib.c1748 frame_size = snd_pcm_format_size(format, channels); in snd_pcm_lib_ioctl_fifo_size()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_multi_dais_pcm.c399 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 Drockchip_dlp.c411 prtd->frame_bytes = snd_pcm_format_size(params_format(params), in dmaengine_dlp_hw_params()
H A Drockchip_vad.c830 frame_bytes = snd_pcm_format_size(params_format(params), in rockchip_vad_hw_params()
/OK3568_Linux_fs/kernel/sound/ppc/
H A Dsnd_ps3.c545 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 Dpcm.h1064 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
/OK3568_Linux_fs/kernel/sound/pci/
H A Dsis7019.c714 buffer_size /= snd_pcm_format_size(runtime->format, 1); in sis_prepare_timing_voice()