Searched refs:snd_pcm_format_t (Results 1 – 6 of 6) sorted by relevance
135 typedef int __bitwise snd_pcm_format_t; typedef136 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)137 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)138 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)139 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)140 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)141 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)142 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6)143 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7)144 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8)[all …]
131 typedef int __bitwise snd_pcm_format_t; typedef132 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)133 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)134 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)135 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)136 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)137 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)138 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6)139 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7)140 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8)[all …]
188 typedef int __bitwise snd_pcm_format_t; typedef189 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)190 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)191 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)192 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)193 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)194 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)195 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */196 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */197 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes */[all …]
195 typedef int __bitwise snd_pcm_format_t; typedef196 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)197 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)198 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)199 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)200 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)201 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)202 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */203 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */204 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes */[all …]