Lines Matching refs:snd_pcm_format_t
295 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */
919 int snd_pcm_format_signed(snd_pcm_format_t format);
920 int snd_pcm_format_unsigned(snd_pcm_format_t format);
921 int snd_pcm_format_linear(snd_pcm_format_t format);
922 int snd_pcm_format_little_endian(snd_pcm_format_t format);
923 int snd_pcm_format_big_endian(snd_pcm_format_t format);
932 int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
939 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */
940 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
941 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
942 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format);
943 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
944 snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsigned, int big_endian);
1201 const char *snd_pcm_format_name(snd_pcm_format_t format);
1272 static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format) in pcm_format_to_bits()