Searched refs:snd_pcm_format_t (Results 1 – 15 of 15) sorted by relevance
146 typedef int __bitwise snd_pcm_format_t; typedef147 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)149 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)150 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)151 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)152 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)154 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)155 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)156 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)157 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8)[all …]
183 typedef int __bitwise snd_pcm_format_t; typedef184 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)185 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)186 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)187 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)188 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)189 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)190 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */191 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */192 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes */[all …]
152 typedef int __bitwise snd_pcm_format_t; typedef153 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)155 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)156 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)157 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)158 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)160 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)161 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6)162 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7)163 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8)[all …]
148 typedef int __bitwise snd_pcm_format_t; typedef149 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)151 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)152 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)153 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)154 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)156 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)157 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)158 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)159 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8)[all …]
179 typedef int __bitwise snd_pcm_format_t; typedef180 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)181 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)182 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)183 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)184 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)185 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)186 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */187 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */188 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */[all …]
141 typedef int __bitwise snd_pcm_format_t; typedef142 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)144 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)145 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)146 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)147 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)149 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)150 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)151 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)152 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8)[all …]
176 typedef int __bitwise snd_pcm_format_t; typedef177 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)178 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)179 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)180 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)181 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)182 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)183 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */184 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */185 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */[all …]
175 typedef int __bitwise snd_pcm_format_t; typedef176 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)177 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)178 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)179 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)180 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)181 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)182 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */183 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */184 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */[all …]
142 typedef int __bitwise snd_pcm_format_t; typedef144 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)145 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)146 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)147 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)149 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)150 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)151 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)152 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)154 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8)[all …]
141 snd_pcm_format_t iformat = mHandle->format; in set()313 snd_pcm_format_t ALSAFormat = mHandle->format; in format()
171 snd_pcm_format_t format;
270 snd_pcm_format_t format = SNDRV_PCM_FORMAT_S16_LE; in setHardwareParams()