Home
last modified time | relevance | path

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

/include/uapi/sound/
A Dasound.h180 typedef int __bitwise snd_pcm_format_t; typedef
181 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
182 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
183 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
184 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
185 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
186 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
196 #define SNDRV_PCM_FORMAT_S32_LE ((__force snd_pcm_format_t) 10)
197 #define SNDRV_PCM_FORMAT_S32_BE ((__force snd_pcm_format_t) 11)
209 #define SNDRV_PCM_FORMAT_MPEG ((__force snd_pcm_format_t) 23)
[all …]
/include/sound/
A Dad1843.h35 snd_pcm_format_t fmt,
41 snd_pcm_format_t fmt,
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()
368 params_set_format(struct snd_pcm_hw_params *p, snd_pcm_format_t fmt) in params_set_format()
A Dpcm.h380 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */
1138 int snd_pcm_format_signed(snd_pcm_format_t format);
1139 int snd_pcm_format_unsigned(snd_pcm_format_t format);
1140 int snd_pcm_format_linear(snd_pcm_format_t format);
1141 int snd_pcm_format_little_endian(snd_pcm_format_t format);
1142 int snd_pcm_format_big_endian(snd_pcm_format_t format);
1151 int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
1158 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */
1426 const char *snd_pcm_format_name(snd_pcm_format_t format);
1512 static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format) in pcm_format_to_bits()
[all …]
A Dsb16_csp.h35 int (*csp_autoload) (struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
A Dhdmi-codec.h40 snd_pcm_format_t bit_fmt;
A Dhdaudio.h143 unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat,

Completed in 24 milliseconds