Searched refs:snd_pcm_format_silence_64 (Results 1 – 3 of 3) sorted by relevance
410 uint64_t snd_pcm_format_silence_64(snd_pcm_format_t format) in snd_pcm_format_silence_64() function575 return (uint32_t)snd_pcm_format_silence_64(format); in snd_pcm_format_silence_32()586 return (uint16_t)snd_pcm_format_silence_64(format); in snd_pcm_format_silence_16()597 return (uint8_t)snd_pcm_format_silence_64(format); in snd_pcm_format_silence()613 uint8_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()622 uint8_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()627 uint16_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()638 uint32_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()658 uint32_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()669 uint64_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()
3060 silence = snd_pcm_format_silence_64(format); in snd_pcm_area_silence()
1148 uint64_t snd_pcm_format_silence_64(snd_pcm_format_t format);