Home
last modified time | relevance | path

Searched refs:snd_pcm_format_t (Results 1 – 25 of 77) sorted by relevance

1234

/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 Dasound.h189 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 Dasound.h189 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 Dasound.h194 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 Dasound.h194 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 Dpcm_misc.c45 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 Dpcm_plugin.h34 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 Dpcm_plugin.c277 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 Droute.c28 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 Dlinear.c117 snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in init_data()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h360 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 Dpcm_params.h72 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 Dad1843.h35 snd_pcm_format_t fmt,
41 snd_pcm_format_t fmt,
H A Dsb16_csp.h35 int (*csp_autoload) (struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
H A Dhdmi-codec.h41 snd_pcm_format_t bit_fmt;
/OK3568_Linux_fs/kernel/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-tdm.c72 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 Dwm1133-ev1.c30 snd_pcm_format_t format;
82 snd_pcm_format_t format = params_format(params); in wm1133_ev1_hw_params()
H A Dfsl_asrc_common.h93 snd_pcm_format_t asrc_format;
H A Dfsl_asrc.h383 snd_pcm_format_t input_format;
384 snd_pcm_format_t output_format;
/OK3568_Linux_fs/kernel/sound/usb/
H A Dendpoint.h13 snd_pcm_format_t pcm_format,
/OK3568_Linux_fs/kernel/sound/soc/mediatek/common/
H A Dmtk-afe-fe-dai.h50 int id, snd_pcm_format_t format);
/OK3568_Linux_fs/kernel/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h71 snd_pcm_format_t format;
/OK3568_Linux_fs/kernel/sound/mips/
H A Dad1843.c377 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 Dpcxhr.h127 snd_pcm_format_t format;
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dstorm.c24 snd_pcm_format_t format = params_format(params); in storm_ops_hw_params()
/OK3568_Linux_fs/kernel/sound/soc/sh/
H A Dsiu.h101 snd_pcm_format_t format;

1234