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

/linux-4.4.14/sound/core/
H A Dpcm_misc.c360 * snd_pcm_format_size - return the byte size of samples on the given format
367 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) snd_pcm_format_size() function
375 EXPORT_SYMBOL(snd_pcm_format_size); variable
H A Dpcm_lib.c1823 frame_size = snd_pcm_format_size(format, channels); snd_pcm_lib_ioctl_fifo_size()
/linux-4.4.14/sound/ppc/
H A Dsnd_ps3.c579 ret = snd_pcm_format_size(substream->runtime->format, snd_ps3_delay_to_bytes()
587 snd_pcm_format_size(substream->runtime->format, rate), snd_ps3_delay_to_bytes()
/linux-4.4.14/include/sound/
H A Dpcm.h1065 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
/linux-4.4.14/sound/pci/
H A Dsis7019.c743 buffer_size /= snd_pcm_format_size(runtime->format, 1); sis_prepare_timing_voice()

Completed in 342 milliseconds