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  141 include/sound/hdaudio.h 					 snd_pcm_format_t format,
snd_pcm_format_t  358 include/sound/pcm.h 	snd_pcm_format_t format;	/* SNDRV_PCM_FORMAT_* */
snd_pcm_format_t 1028 include/sound/pcm.h int snd_pcm_format_signed(snd_pcm_format_t format);
snd_pcm_format_t 1029 include/sound/pcm.h int snd_pcm_format_unsigned(snd_pcm_format_t format);
snd_pcm_format_t 1030 include/sound/pcm.h int snd_pcm_format_linear(snd_pcm_format_t format);
snd_pcm_format_t 1031 include/sound/pcm.h int snd_pcm_format_little_endian(snd_pcm_format_t format);
snd_pcm_format_t 1032 include/sound/pcm.h int snd_pcm_format_big_endian(snd_pcm_format_t format);
snd_pcm_format_t 1041 include/sound/pcm.h int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
snd_pcm_format_t 1048 include/sound/pcm.h int snd_pcm_format_width(snd_pcm_format_t format);			/* in bits */
snd_pcm_format_t 1049 include/sound/pcm.h int snd_pcm_format_physical_width(snd_pcm_format_t format);		/* in bits */
snd_pcm_format_t 1050 include/sound/pcm.h ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
snd_pcm_format_t 1051 include/sound/pcm.h const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format);
snd_pcm_format_t 1052 include/sound/pcm.h int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
snd_pcm_format_t 1341 include/sound/pcm.h const char *snd_pcm_format_name(snd_pcm_format_t format);
snd_pcm_format_t 1412 include/sound/pcm.h static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format)
snd_pcm_format_t   77 include/sound/pcm_params.h 				       snd_pcm_format_t format)
snd_pcm_format_t  311 include/sound/pcm_params.h static inline snd_pcm_format_t params_format(const struct snd_pcm_hw_params *p)
snd_pcm_format_t  313 include/sound/pcm_params.h 	return (__force snd_pcm_format_t)snd_mask_min(hw_param_mask_c(p,
snd_pcm_format_t  364 include/sound/pcm_params.h params_set_format(struct snd_pcm_hw_params *p, snd_pcm_format_t fmt)
snd_pcm_format_t   35 include/sound/sb16_csp.h 	int (*csp_autoload) (struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
snd_pcm_format_t  193 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S8	((__force snd_pcm_format_t) 0)
snd_pcm_format_t  194 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U8	((__force snd_pcm_format_t) 1)
snd_pcm_format_t  195 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S16_LE	((__force snd_pcm_format_t) 2)
snd_pcm_format_t  196 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S16_BE	((__force snd_pcm_format_t) 3)
snd_pcm_format_t  197 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U16_LE	((__force snd_pcm_format_t) 4)
snd_pcm_format_t  198 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U16_BE	((__force snd_pcm_format_t) 5)
snd_pcm_format_t  199 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_LE	((__force snd_pcm_format_t) 6) /* low three bytes */
snd_pcm_format_t  200 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_BE	((__force snd_pcm_format_t) 7) /* low three bytes */
snd_pcm_format_t  201 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_LE	((__force snd_pcm_format_t) 8) /* low three bytes */
snd_pcm_format_t  202 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_BE	((__force snd_pcm_format_t) 9) /* low three bytes */
snd_pcm_format_t  203 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S32_LE	((__force snd_pcm_format_t) 10)
snd_pcm_format_t  204 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S32_BE	((__force snd_pcm_format_t) 11)
snd_pcm_format_t  205 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U32_LE	((__force snd_pcm_format_t) 12)
snd_pcm_format_t  206 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U32_BE	((__force snd_pcm_format_t) 13)
snd_pcm_format_t  207 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  208 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  209 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  210 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  211 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  212 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  213 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_MU_LAW		((__force snd_pcm_format_t) 20)
snd_pcm_format_t  214 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_A_LAW		((__force snd_pcm_format_t) 21)
snd_pcm_format_t  215 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_IMA_ADPCM	((__force snd_pcm_format_t) 22)
snd_pcm_format_t  216 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_MPEG		((__force snd_pcm_format_t) 23)
snd_pcm_format_t  217 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_GSM		((__force snd_pcm_format_t) 24)
snd_pcm_format_t  218 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_LE	((__force snd_pcm_format_t) 25) /* in four bytes, LSB justified */
snd_pcm_format_t  219 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_BE	((__force snd_pcm_format_t) 26) /* in four bytes, LSB justified */
snd_pcm_format_t  220 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_LE	((__force snd_pcm_format_t) 27) /* in four bytes, LSB justified */
snd_pcm_format_t  221 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_BE	((__force snd_pcm_format_t) 28) /* in four bytes, LSB justified */
snd_pcm_format_t  223 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_SPECIAL	((__force snd_pcm_format_t) 31)
snd_pcm_format_t  224 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_3LE	((__force snd_pcm_format_t) 32)	/* in three bytes */
snd_pcm_format_t  225 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_3BE	((__force snd_pcm_format_t) 33)	/* in three bytes */
snd_pcm_format_t  226 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_3LE	((__force snd_pcm_format_t) 34)	/* in three bytes */
snd_pcm_format_t  227 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_3BE	((__force snd_pcm_format_t) 35)	/* in three bytes */
snd_pcm_format_t  228 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_3LE	((__force snd_pcm_format_t) 36)	/* in three bytes */
snd_pcm_format_t  229 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_3BE	((__force snd_pcm_format_t) 37)	/* in three bytes */
snd_pcm_format_t  230 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_3LE	((__force snd_pcm_format_t) 38)	/* in three bytes */
snd_pcm_format_t  231 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_3BE	((__force snd_pcm_format_t) 39)	/* in three bytes */
snd_pcm_format_t  232 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S18_3LE	((__force snd_pcm_format_t) 40)	/* in three bytes */
snd_pcm_format_t  233 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S18_3BE	((__force snd_pcm_format_t) 41)	/* in three bytes */
snd_pcm_format_t  234 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U18_3LE	((__force snd_pcm_format_t) 42)	/* in three bytes */
snd_pcm_format_t  235 include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U18_3BE	((__force snd_pcm_format_t) 43)	/* in three bytes */
snd_pcm_format_t  236 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  237 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  238 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  239 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  240 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  241 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  242 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  243 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  244 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 */
snd_pcm_format_t   71 sound/aoa/soundbus/i2sbus/i2sbus.h 	snd_pcm_format_t format;
snd_pcm_format_t  117 sound/core/oss/linear.c 		      snd_pcm_format_t src_format, snd_pcm_format_t dst_format)
snd_pcm_format_t  279 sound/core/oss/mulaw.c static void init_data(struct mulaw_priv *data, snd_pcm_format_t format)
snd_pcm_format_t  633 sound/core/oss/pcm_oss.c static snd_pcm_format_t snd_pcm_oss_format_from(int format)
snd_pcm_format_t  657 sound/core/oss/pcm_oss.c static int snd_pcm_oss_format_to(snd_pcm_format_t format)
snd_pcm_format_t  838 sound/core/oss/pcm_oss.c 	snd_pcm_format_t format, sformat;
snd_pcm_format_t  888 sound/core/oss/pcm_oss.c 		for (sformat = (__force snd_pcm_format_t)0;
snd_pcm_format_t  890 sound/core/oss/pcm_oss.c 		     sformat = (__force snd_pcm_format_t)((__force int)sformat + 1)) {
snd_pcm_format_t 1632 sound/core/oss/pcm_oss.c 	snd_pcm_format_t format;
snd_pcm_format_t 1840 sound/core/oss/pcm_oss.c 			int f = snd_pcm_oss_format_to((__force snd_pcm_format_t)fmt);
snd_pcm_format_t  298 sound/core/oss/pcm_plugin.c 				snd_pcm_format_t format)
snd_pcm_format_t  319 sound/core/oss/pcm_plugin.c static snd_pcm_format_t preferred_formats[] = {
snd_pcm_format_t  340 sound/core/oss/pcm_plugin.c snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format,
snd_pcm_format_t  348 sound/core/oss/pcm_plugin.c 		return (__force snd_pcm_format_t)-EINVAL;
snd_pcm_format_t  354 sound/core/oss/pcm_plugin.c 		snd_pcm_format_t best_format = (__force snd_pcm_format_t)-1;
snd_pcm_format_t  356 sound/core/oss/pcm_plugin.c 			snd_pcm_format_t f = preferred_formats[i];
snd_pcm_format_t  375 sound/core/oss/pcm_plugin.c 			return (__force snd_pcm_format_t)-EINVAL;
snd_pcm_format_t  380 sound/core/oss/pcm_plugin.c 				snd_pcm_format_t format1 = preferred_formats[i];
snd_pcm_format_t  386 sound/core/oss/pcm_plugin.c 			return (__force snd_pcm_format_t)-EINVAL;
snd_pcm_format_t  688 sound/core/oss/pcm_plugin.c 			 size_t samples, snd_pcm_format_t format)
snd_pcm_format_t  735 sound/core/oss/pcm_plugin.c 		      size_t samples, snd_pcm_format_t format)
snd_pcm_format_t   34 sound/core/oss/pcm_plugin.h 	snd_pcm_format_t format;
snd_pcm_format_t  113 sound/core/oss/pcm_plugin.h snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format,
snd_pcm_format_t  135 sound/core/oss/pcm_plugin.h 			 size_t samples, snd_pcm_format_t format);
snd_pcm_format_t  140 sound/core/oss/pcm_plugin.h 		      size_t samples, snd_pcm_format_t format);
snd_pcm_format_t   28 sound/core/oss/route.c 		       snd_pcm_uframes_t frames, snd_pcm_format_t format)
snd_pcm_format_t   41 sound/core/oss/route.c 			     snd_pcm_uframes_t frames, snd_pcm_format_t format)
snd_pcm_format_t   54 sound/core/oss/route.c 	snd_pcm_format_t format;
snd_pcm_format_t  220 sound/core/pcm.c const char *snd_pcm_format_name(snd_pcm_format_t format)
snd_pcm_format_t 1729 sound/core/pcm_lib.c 	snd_pcm_format_t format;
snd_pcm_format_t  259 sound/core/pcm_misc.c int snd_pcm_format_signed(snd_pcm_format_t format)
snd_pcm_format_t  277 sound/core/pcm_misc.c int snd_pcm_format_unsigned(snd_pcm_format_t format)
snd_pcm_format_t  294 sound/core/pcm_misc.c int snd_pcm_format_linear(snd_pcm_format_t format)
snd_pcm_format_t  307 sound/core/pcm_misc.c int snd_pcm_format_little_endian(snd_pcm_format_t format)
snd_pcm_format_t  325 sound/core/pcm_misc.c int snd_pcm_format_big_endian(snd_pcm_format_t format)
snd_pcm_format_t  343 sound/core/pcm_misc.c int snd_pcm_format_width(snd_pcm_format_t format)
snd_pcm_format_t  361 sound/core/pcm_misc.c int snd_pcm_format_physical_width(snd_pcm_format_t format)
snd_pcm_format_t  380 sound/core/pcm_misc.c ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples)
snd_pcm_format_t  395 sound/core/pcm_misc.c const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format)
snd_pcm_format_t  415 sound/core/pcm_misc.c int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples)
snd_pcm_format_t  734 sound/hda/hdac_device.c 					 snd_pcm_format_t format,
snd_pcm_format_t   76 sound/isa/ad1816a/ad1816a_lib.c 					    snd_pcm_format_t format,
snd_pcm_format_t   82 sound/isa/sb/sb16_csp.c static int snd_sb_csp_autoload(struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
snd_pcm_format_t  715 sound/isa/sb/sb16_csp.c static int snd_sb_csp_autoload(struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode)
snd_pcm_format_t  530 sound/isa/wss/wss_lib.c 					snd_pcm_format_t format,
snd_pcm_format_t  377 sound/mips/ad1843.c 		      snd_pcm_format_t fmt,
snd_pcm_format_t  436 sound/mips/ad1843.c 		      snd_pcm_format_t fmt,
snd_pcm_format_t  301 sound/pci/asihpi/asihpi.c #define INVALID_FORMAT	(__force snd_pcm_format_t)(-1)
snd_pcm_format_t  303 sound/pci/asihpi/asihpi.c static snd_pcm_format_t hpi_to_alsa_formats[] = {
snd_pcm_format_t  330 sound/pci/asihpi/asihpi.c static int snd_card_asihpi_format_alsa2hpi(snd_pcm_format_t alsa_format,
snd_pcm_format_t  232 sound/pci/au88x0/au88x0.h static int vortex_alsafmt_aspfmt(snd_pcm_format_t alsafmt, vortex_t *v);
snd_pcm_format_t 2767 sound/pci/au88x0/au88x0_core.c static int vortex_alsafmt_aspfmt(snd_pcm_format_t alsafmt, vortex_t *v)
snd_pcm_format_t  171 sound/pci/ctxfi/ctatc.c static unsigned int convert_format(snd_pcm_format_t snd_format,
snd_pcm_format_t  504 sound/pci/mixart/mixart.c static int mixart_set_format(struct mixart_stream *stream, snd_pcm_format_t format)
snd_pcm_format_t  597 sound/pci/mixart/mixart.c 	snd_pcm_format_t format;
snd_pcm_format_t  943 sound/pci/pcxhr/pcxhr.c 	snd_pcm_format_t format;
snd_pcm_format_t  127 sound/pci/pcxhr/pcxhr.h 	snd_pcm_format_t format;
snd_pcm_format_t  475 sound/pci/riptide/riptide.c 	snd_pcm_format_t format;
snd_pcm_format_t 1006 sound/pci/riptide/riptide.c 		unsigned char channels, snd_pcm_format_t format)
snd_pcm_format_t 1447 sound/pci/riptide/riptide.c 	snd_pcm_format_t format;
snd_pcm_format_t  641 sound/pci/rme32.c static int snd_rme32_setformat(struct rme32 *rme32, snd_pcm_format_t format)
snd_pcm_format_t  925 sound/pci/rme96.c snd_rme96_playback_setformat(struct rme96 *rme96, snd_pcm_format_t format)
snd_pcm_format_t  942 sound/pci/rme96.c snd_rme96_capture_setformat(struct rme96 *rme96, snd_pcm_format_t format)
snd_pcm_format_t  268 sound/soc/codecs/pcm186x.c 	snd_pcm_format_t format = params_format(params);
snd_pcm_format_t  814 sound/soc/codecs/tscs42xx.c 		snd_pcm_format_t format)
snd_pcm_format_t 3124 sound/soc/codecs/tscs454.c 		snd_pcm_format_t format,
snd_pcm_format_t   90 sound/soc/fsl/fsl-asoc-card.c 	snd_pcm_format_t sample_format;
snd_pcm_format_t   92 sound/soc/fsl/fsl-asoc-card.c 	snd_pcm_format_t asrc_format;
snd_pcm_format_t   30 sound/soc/fsl/wm1133-ev1.c 	snd_pcm_format_t format;
snd_pcm_format_t   82 sound/soc/fsl/wm1133-ev1.c 	snd_pcm_format_t format = params_format(params);
snd_pcm_format_t  223 sound/soc/img/img-i2s-in.c 	snd_pcm_format_t format;
snd_pcm_format_t  221 sound/soc/img/img-i2s-out.c 	snd_pcm_format_t format;
snd_pcm_format_t  670 sound/soc/img/img-spdif-in.c 	snd_pcm_format_t format;
snd_pcm_format_t  239 sound/soc/img/img-spdif-out.c 	snd_pcm_format_t format;
snd_pcm_format_t  352 sound/soc/intel/boards/bytcr_rt5651.c 	snd_pcm_format_t format = params_format(params);
snd_pcm_format_t  271 sound/soc/intel/skylake/skl-topology.h 	snd_pcm_format_t format;
snd_pcm_format_t   54 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c static unsigned int get_i2s_wlen(snd_pcm_format_t format)
snd_pcm_format_t  713 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	snd_pcm_format_t format = params_format(params);
snd_pcm_format_t   72 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c static unsigned int get_hdmi_wlen(snd_pcm_format_t format)
snd_pcm_format_t   78 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c static unsigned int get_tdm_wlen(snd_pcm_format_t format)
snd_pcm_format_t   84 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c static unsigned int get_tdm_channel_bck(snd_pcm_format_t format)
snd_pcm_format_t   90 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c static unsigned int get_tdm_lrck_width(snd_pcm_format_t format)
snd_pcm_format_t  477 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	snd_pcm_format_t format = params_format(params);
snd_pcm_format_t   72 sound/soc/qcom/lpass-cpu.c 	snd_pcm_format_t format = params_format(params);
snd_pcm_format_t  134 sound/soc/qcom/lpass-platform.c 	snd_pcm_format_t format = params_format(params);
snd_pcm_format_t   24 sound/soc/qcom/storm.c 	snd_pcm_format_t format = params_format(params);
snd_pcm_format_t  101 sound/soc/sh/siu.h 	snd_pcm_format_t		format;
snd_pcm_format_t  126 sound/soc/soc-generic-dmaengine-pcm.c 	snd_pcm_format_t i;
snd_pcm_format_t   25 sound/soc/sof/intel/hda-dai.c 	snd_pcm_format_t format;
snd_pcm_format_t  178 sound/soc/stm/stm32_adfsdm.c 	snd_pcm_format_t format = priv->substream->runtime->format;
snd_pcm_format_t  385 sound/soc/ti/davinci-i2s.c 	snd_pcm_format_t fmt;
snd_pcm_format_t 1587 sound/sparc/dbri.c 			  snd_pcm_format_t format, unsigned int channels)
snd_pcm_format_t  123 sound/usb/card.h 	snd_pcm_format_t pcm_format;	/* current audio format (for hw_params callback) */
snd_pcm_format_t  603 sound/usb/endpoint.c 			      snd_pcm_format_t pcm_format,
snd_pcm_format_t  852 sound/usb/endpoint.c 				snd_pcm_format_t pcm_format,
snd_pcm_format_t   13 sound/usb/endpoint.h 				snd_pcm_format_t pcm_format,
snd_pcm_format_t  475 sound/usb/format.c 	snd_pcm_format_t pcm_format;
snd_pcm_format_t  590 sound/usb/pcm.c 				       snd_pcm_format_t pcm_format)
snd_pcm_format_t   68 sound/usb/proc.c 		snd_pcm_format_t fmt;
snd_pcm_format_t  705 sound/usb/usx2y/usbusx2yaudio.c static int usX2Y_format_set(struct usX2Ydev *usX2Y, snd_pcm_format_t format)
snd_pcm_format_t  740 sound/usb/usx2y/usbusx2yaudio.c 	snd_pcm_format_t	format = params_format(hw_params);
snd_pcm_format_t   69 sound/xen/xen_snd_front_alsa.c 	snd_pcm_format_t alsa;
snd_pcm_format_t  180 sound/xen/xen_snd_front_alsa.c static int to_sndif_format(snd_pcm_format_t format)
snd_pcm_format_t  193 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S8	((__force snd_pcm_format_t) 0)
snd_pcm_format_t  194 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U8	((__force snd_pcm_format_t) 1)
snd_pcm_format_t  195 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S16_LE	((__force snd_pcm_format_t) 2)
snd_pcm_format_t  196 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S16_BE	((__force snd_pcm_format_t) 3)
snd_pcm_format_t  197 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U16_LE	((__force snd_pcm_format_t) 4)
snd_pcm_format_t  198 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U16_BE	((__force snd_pcm_format_t) 5)
snd_pcm_format_t  199 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_LE	((__force snd_pcm_format_t) 6) /* low three bytes */
snd_pcm_format_t  200 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_BE	((__force snd_pcm_format_t) 7) /* low three bytes */
snd_pcm_format_t  201 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_LE	((__force snd_pcm_format_t) 8) /* low three bytes */
snd_pcm_format_t  202 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_BE	((__force snd_pcm_format_t) 9) /* low three bytes */
snd_pcm_format_t  203 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S32_LE	((__force snd_pcm_format_t) 10)
snd_pcm_format_t  204 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S32_BE	((__force snd_pcm_format_t) 11)
snd_pcm_format_t  205 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U32_LE	((__force snd_pcm_format_t) 12)
snd_pcm_format_t  206 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U32_BE	((__force snd_pcm_format_t) 13)
snd_pcm_format_t  207 tools/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  208 tools/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  209 tools/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  210 tools/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  211 tools/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  212 tools/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  213 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_MU_LAW		((__force snd_pcm_format_t) 20)
snd_pcm_format_t  214 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_A_LAW		((__force snd_pcm_format_t) 21)
snd_pcm_format_t  215 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_IMA_ADPCM	((__force snd_pcm_format_t) 22)
snd_pcm_format_t  216 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_MPEG		((__force snd_pcm_format_t) 23)
snd_pcm_format_t  217 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_GSM		((__force snd_pcm_format_t) 24)
snd_pcm_format_t  218 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_LE	((__force snd_pcm_format_t) 25) /* in four bytes, LSB justified */
snd_pcm_format_t  219 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_BE	((__force snd_pcm_format_t) 26) /* in four bytes, LSB justified */
snd_pcm_format_t  220 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_LE	((__force snd_pcm_format_t) 27) /* in four bytes, LSB justified */
snd_pcm_format_t  221 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_BE	((__force snd_pcm_format_t) 28) /* in four bytes, LSB justified */
snd_pcm_format_t  223 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_SPECIAL	((__force snd_pcm_format_t) 31)
snd_pcm_format_t  224 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_3LE	((__force snd_pcm_format_t) 32)	/* in three bytes */
snd_pcm_format_t  225 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S24_3BE	((__force snd_pcm_format_t) 33)	/* in three bytes */
snd_pcm_format_t  226 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_3LE	((__force snd_pcm_format_t) 34)	/* in three bytes */
snd_pcm_format_t  227 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U24_3BE	((__force snd_pcm_format_t) 35)	/* in three bytes */
snd_pcm_format_t  228 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_3LE	((__force snd_pcm_format_t) 36)	/* in three bytes */
snd_pcm_format_t  229 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S20_3BE	((__force snd_pcm_format_t) 37)	/* in three bytes */
snd_pcm_format_t  230 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_3LE	((__force snd_pcm_format_t) 38)	/* in three bytes */
snd_pcm_format_t  231 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U20_3BE	((__force snd_pcm_format_t) 39)	/* in three bytes */
snd_pcm_format_t  232 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S18_3LE	((__force snd_pcm_format_t) 40)	/* in three bytes */
snd_pcm_format_t  233 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_S18_3BE	((__force snd_pcm_format_t) 41)	/* in three bytes */
snd_pcm_format_t  234 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U18_3LE	((__force snd_pcm_format_t) 42)	/* in three bytes */
snd_pcm_format_t  235 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_FORMAT_U18_3BE	((__force snd_pcm_format_t) 43)	/* in three bytes */
snd_pcm_format_t  236 tools/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  237 tools/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  238 tools/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  239 tools/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  240 tools/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  241 tools/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  242 tools/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  243 tools/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  244 tools/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 */