| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | asound.h | 189 typedef int __bitwise snd_pcm_format_t; typedef 190 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0) 191 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1) 192 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2) 193 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3) 194 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4) 195 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5) 196 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */ 197 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */ 198 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | asound.h | 189 typedef int __bitwise snd_pcm_format_t; typedef 190 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0) 191 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1) 192 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2) 193 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3) 194 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4) 195 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5) 196 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */ 197 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */ 198 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes */ [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/sound/ |
| H A D | asound.h | 194 typedef int __bitwise snd_pcm_format_t; typedef 195 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0) 196 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1) 197 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2) 198 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3) 199 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4) 200 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5) 201 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 202 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 203 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | asound.h | 194 typedef int __bitwise snd_pcm_format_t; typedef 195 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0) 196 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1) 197 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2) 198 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3) 199 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4) 200 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5) 201 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ 202 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ 203 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ [all …]
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_misc.c | 45 static bool valid_format(snd_pcm_format_t format) in valid_format() 264 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() 282 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() 299 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear() 312 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian() 330 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() 348 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() 366 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() 385 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size() 400 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format) in snd_pcm_format_silence_64() [all …]
|
| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | pcm_plugin.h | 34 snd_pcm_format_t format; 113 snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, 135 size_t samples, snd_pcm_format_t format); 140 size_t samples, snd_pcm_format_t format);
|
| H A D | pcm_plugin.c | 277 snd_pcm_format_t format) in snd_pcm_plug_formats() 298 static const snd_pcm_format_t preferred_formats[] = { 319 snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, in snd_pcm_plug_slave_format() 327 return (__force snd_pcm_format_t)-EINVAL; in snd_pcm_plug_slave_format() 333 snd_pcm_format_t best_format = (__force snd_pcm_format_t)-1; in snd_pcm_plug_slave_format() 335 snd_pcm_format_t f = preferred_formats[i]; in snd_pcm_plug_slave_format() 354 return (__force snd_pcm_format_t)-EINVAL; in snd_pcm_plug_slave_format() 359 snd_pcm_format_t format1 = preferred_formats[i]; in snd_pcm_plug_slave_format() 365 return (__force snd_pcm_format_t)-EINVAL; in snd_pcm_plug_slave_format() 667 size_t samples, snd_pcm_format_t format) in snd_pcm_area_silence() [all …]
|
| H A D | route.c | 28 snd_pcm_uframes_t frames, snd_pcm_format_t format) in zero_areas() 41 snd_pcm_uframes_t frames, snd_pcm_format_t format) in copy_area() 54 snd_pcm_format_t format; in route_transfer()
|
| H A D | linear.c | 117 snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in init_data()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm.h | 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); [all …]
|
| H A D | pcm_params.h | 72 snd_pcm_format_t format) in snd_mask_set_format() 133 snd_pcm_format_t format) in snd_mask_test_format() 313 static inline snd_pcm_format_t params_format(const struct snd_pcm_hw_params *p) in params_format() 315 return (__force snd_pcm_format_t)snd_mask_min(hw_param_mask_c(p, in params_format() 366 params_set_format(struct snd_pcm_hw_params *p, snd_pcm_format_t fmt) in params_set_format()
|
| H A D | ad1843.h | 35 snd_pcm_format_t fmt, 41 snd_pcm_format_t fmt,
|
| H A D | sb16_csp.h | 35 int (*csp_autoload) (struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
|
| H A D | hdmi-codec.h | 41 snd_pcm_format_t bit_fmt;
|
| /OK3568_Linux_fs/kernel/sound/soc/mediatek/mt8183/ |
| H A D | mt8183-dai-tdm.c | 72 static unsigned int get_hdmi_wlen(snd_pcm_format_t format) in get_hdmi_wlen() 78 static unsigned int get_tdm_wlen(snd_pcm_format_t format) in get_tdm_wlen() 84 static unsigned int get_tdm_channel_bck(snd_pcm_format_t format) in get_tdm_channel_bck() 90 static unsigned int get_tdm_lrck_width(snd_pcm_format_t format) in get_tdm_lrck_width() 477 snd_pcm_format_t format = params_format(params); in mtk_dai_tdm_hw_params()
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | wm1133-ev1.c | 30 snd_pcm_format_t format; 82 snd_pcm_format_t format = params_format(params); in wm1133_ev1_hw_params()
|
| H A D | fsl_asrc_common.h | 93 snd_pcm_format_t asrc_format;
|
| H A D | fsl_asrc.h | 383 snd_pcm_format_t input_format; 384 snd_pcm_format_t output_format;
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | endpoint.h | 13 snd_pcm_format_t pcm_format,
|
| /OK3568_Linux_fs/kernel/sound/soc/mediatek/common/ |
| H A D | mtk-afe-fe-dai.h | 50 int id, snd_pcm_format_t format);
|
| /OK3568_Linux_fs/kernel/sound/aoa/soundbus/i2sbus/ |
| H A D | i2sbus.h | 71 snd_pcm_format_t format;
|
| /OK3568_Linux_fs/kernel/sound/mips/ |
| H A D | ad1843.c | 377 snd_pcm_format_t fmt, in ad1843_setup_dac() 436 snd_pcm_format_t fmt, in ad1843_setup_adc()
|
| /OK3568_Linux_fs/kernel/sound/pci/pcxhr/ |
| H A D | pcxhr.h | 127 snd_pcm_format_t format;
|
| /OK3568_Linux_fs/kernel/sound/soc/qcom/ |
| H A D | storm.c | 24 snd_pcm_format_t format = params_format(params); in storm_ops_hw_params()
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/ |
| H A D | siu.h | 101 snd_pcm_format_t format;
|