snd_pcm_format_t   35 include/sound/ad1843.h 		      snd_pcm_format_t fmt,
snd_pcm_format_t   41 include/sound/ad1843.h 		      snd_pcm_format_t fmt,
snd_pcm_format_t  295 include/sound/pcm.h 	snd_pcm_format_t format;	/* SNDRV_PCM_FORMAT_* */
snd_pcm_format_t  826 include/sound/pcm.h int snd_pcm_format_signed(snd_pcm_format_t format);
snd_pcm_format_t  827 include/sound/pcm.h int snd_pcm_format_unsigned(snd_pcm_format_t format);
snd_pcm_format_t  828 include/sound/pcm.h int snd_pcm_format_linear(snd_pcm_format_t format);
snd_pcm_format_t  829 include/sound/pcm.h int snd_pcm_format_little_endian(snd_pcm_format_t format);
snd_pcm_format_t  830 include/sound/pcm.h int snd_pcm_format_big_endian(snd_pcm_format_t format);
snd_pcm_format_t  839 include/sound/pcm.h int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
snd_pcm_format_t  846 include/sound/pcm.h int snd_pcm_format_width(snd_pcm_format_t format);			/* in bits */
snd_pcm_format_t  847 include/sound/pcm.h int snd_pcm_format_physical_width(snd_pcm_format_t format);		/* in bits */
snd_pcm_format_t  848 include/sound/pcm.h ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
snd_pcm_format_t  849 include/sound/pcm.h const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format);
snd_pcm_format_t  850 include/sound/pcm.h int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
snd_pcm_format_t  851 include/sound/pcm.h snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsigned, int big_endian);
snd_pcm_format_t 1062 include/sound/pcm.h const char *snd_pcm_format_name(snd_pcm_format_t format);
snd_pcm_format_t 1126 include/sound/pcm.h static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format)
snd_pcm_format_t  344 include/sound/pcm_params.h #define params_format(p) ((__force snd_pcm_format_t)\
snd_pcm_format_t  178 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S8	((__force snd_pcm_format_t) 0)
snd_pcm_format_t  179 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U8	((__force snd_pcm_format_t) 1)
snd_pcm_format_t  180 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S16_LE	((__force snd_pcm_format_t) 2)
snd_pcm_format_t  181 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S16_BE	((__force snd_pcm_format_t) 3)
snd_pcm_format_t  182 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U16_LE	((__force snd_pcm_format_t) 4)
snd_pcm_format_t  183 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U16_BE	((__force snd_pcm_format_t) 5)
snd_pcm_format_t  184 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_LE	((__force snd_pcm_format_t) 6) /* low three bytes */
snd_pcm_format_t  185 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_BE	((__force snd_pcm_format_t) 7) /* low three bytes */
snd_pcm_format_t  186 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_LE	((__force snd_pcm_format_t) 8) /* low three bytes */
snd_pcm_format_t  187 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_BE	((__force snd_pcm_format_t) 9) /* low three bytes */
snd_pcm_format_t  188 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S32_LE	((__force snd_pcm_format_t) 10)
snd_pcm_format_t  189 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S32_BE	((__force snd_pcm_format_t) 11)
snd_pcm_format_t  190 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U32_LE	((__force snd_pcm_format_t) 12)
snd_pcm_format_t  191 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U32_BE	((__force snd_pcm_format_t) 13)
snd_pcm_format_t  192 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_FLOAT_LE	((__force snd_pcm_format_t) 14) /* 4-byte float, IEEE-754 32-bit, range -1.0 to 1.0 */
snd_pcm_format_t  193 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_FLOAT_BE	((__force snd_pcm_format_t) 15) /* 4-byte float, IEEE-754 32-bit, range -1.0 to 1.0 */
snd_pcm_format_t  194 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_FLOAT64_LE	((__force snd_pcm_format_t) 16) /* 8-byte float, IEEE-754 64-bit, range -1.0 to 1.0 */
snd_pcm_format_t  195 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_FLOAT64_BE	((__force snd_pcm_format_t) 17) /* 8-byte float, IEEE-754 64-bit, range -1.0 to 1.0 */
snd_pcm_format_t  196 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_IEC958_SUBFRAME_LE ((__force snd_pcm_format_t) 18) /* IEC-958 subframe, Little Endian */
snd_pcm_format_t  197 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_IEC958_SUBFRAME_BE ((__force snd_pcm_format_t) 19) /* IEC-958 subframe, Big Endian */
snd_pcm_format_t  198 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_MU_LAW		((__force snd_pcm_format_t) 20)
snd_pcm_format_t  199 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_A_LAW		((__force snd_pcm_format_t) 21)
snd_pcm_format_t  200 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_IMA_ADPCM	((__force snd_pcm_format_t) 22)
snd_pcm_format_t  201 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_MPEG		((__force snd_pcm_format_t) 23)
snd_pcm_format_t  202 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_GSM		((__force snd_pcm_format_t) 24)
snd_pcm_format_t  203 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_SPECIAL	((__force snd_pcm_format_t) 31)
snd_pcm_format_t  204 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_3LE	((__force snd_pcm_format_t) 32)	/* in three bytes */
snd_pcm_format_t  205 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_3BE	((__force snd_pcm_format_t) 33)	/* in three bytes */
snd_pcm_format_t  206 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_3LE	((__force snd_pcm_format_t) 34)	/* in three bytes */
snd_pcm_format_t  207 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_3BE	((__force snd_pcm_format_t) 35)	/* in three bytes */
snd_pcm_format_t  208 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_3LE	((__force snd_pcm_format_t) 36)	/* in three bytes */
snd_pcm_format_t  209 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_3BE	((__force snd_pcm_format_t) 37)	/* in three bytes */
snd_pcm_format_t  210 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_3LE	((__force snd_pcm_format_t) 38)	/* in three bytes */
snd_pcm_format_t  211 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_3BE	((__force snd_pcm_format_t) 39)	/* in three bytes */
snd_pcm_format_t  212 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S18_3LE	((__force snd_pcm_format_t) 40)	/* in three bytes */
snd_pcm_format_t  213 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S18_3BE	((__force snd_pcm_format_t) 41)	/* in three bytes */
snd_pcm_format_t  214 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U18_3LE	((__force snd_pcm_format_t) 42)	/* in three bytes */
snd_pcm_format_t  215 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U18_3BE	((__force snd_pcm_format_t) 43)	/* in three bytes */
snd_pcm_format_t  216 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_G723_24	((__force snd_pcm_format_t) 44) /* 8 samples in 3 bytes */
snd_pcm_format_t  217 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_G723_24_1B	((__force snd_pcm_format_t) 45) /* 1 sample in 1 byte */
snd_pcm_format_t  218 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_G723_40	((__force snd_pcm_format_t) 46) /* 8 Samples in 5 bytes */
snd_pcm_format_t  219 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_G723_40_1B	((__force snd_pcm_format_t) 47) /* 1 sample in 1 byte */
snd_pcm_format_t  220 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_DSD_U8		((__force snd_pcm_format_t) 48) /* DSD, 1-byte samples DSD (x8) */
snd_pcm_format_t  221 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_DSD_U16_LE	((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */
snd_pcm_format_t  222 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_DSD_U32_LE	((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32), little endian */
snd_pcm_format_t  223 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_DSD_U16_BE	((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16), big endian */
snd_pcm_format_t  224 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_DSD_U32_BE	((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32), big endian */