Lines Matching refs:snd_pcm_format_t
360 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */
1042 int snd_pcm_format_signed(snd_pcm_format_t format);
1043 int snd_pcm_format_unsigned(snd_pcm_format_t format);
1044 int snd_pcm_format_linear(snd_pcm_format_t format);
1045 int snd_pcm_format_little_endian(snd_pcm_format_t format);
1046 int snd_pcm_format_big_endian(snd_pcm_format_t format);
1055 int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
1062 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */
1063 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
1064 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
1065 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format);
1066 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
1358 const char *snd_pcm_format_name(snd_pcm_format_t format);
1429 static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format) in pcm_format_to_bits()
1441 (f) = (__force snd_pcm_format_t)((__force int)(f) + 1))