Searched refs:INT (Results 1 – 1 of 1) sorted by relevance
40 #define INT __force int macro42 static struct pcm_format_data pcm_formats[(INT)SNDRV_PCM_FORMAT_LAST+1] = {230 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_signed()232 if ((val = pcm_formats[(INT)format].signd) < 0) in snd_pcm_format_signed()281 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_little_endian()283 if ((val = pcm_formats[(INT)format].le) < 0) in snd_pcm_format_little_endian()319 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_width()321 if ((val = pcm_formats[(INT)format].width) == 0) in snd_pcm_format_width()338 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_physical_width()340 if ((val = pcm_formats[(INT)format].phys) == 0) in snd_pcm_format_physical_width()[all …]