Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_misc.c389 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size() function
396 EXPORT_SYMBOL(snd_pcm_format_size);
H A Dpcm_lib.c1773 frame_size = snd_pcm_format_size(format, channels); in snd_pcm_lib_ioctl_fifo_size()
/openbmc/linux/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()
/openbmc/linux/sound/pci/
H A Dsis7019.c713 buffer_size /= snd_pcm_format_size(runtime->format, 1); in sis_prepare_timing_voice()
/openbmc/linux/include/sound/
H A Dpcm.h1128 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);