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] = {242 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_signed()244 if ((val = pcm_formats[(INT)format].signd) < 0) in snd_pcm_format_signed()293 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_little_endian()295 if ((val = pcm_formats[(INT)format].le) < 0) in snd_pcm_format_little_endian()331 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_width()333 if ((val = pcm_formats[(INT)format].width) == 0) in snd_pcm_format_width()350 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_physical_width()352 if ((val = pcm_formats[(INT)format].phys) == 0) in snd_pcm_format_physical_width()[all …]