Lines Matching refs:INT
28 #define INT __force int macro
32 return (INT)format >= 0 && (INT)format <= (INT)SNDRV_PCM_FORMAT_LAST; in valid_format()
35 static const struct pcm_format_data pcm_formats[(INT)SNDRV_PCM_FORMAT_LAST+1] = {
254 val = pcm_formats[(INT)format].signd; in snd_pcm_format_signed()
303 val = pcm_formats[(INT)format].le; in snd_pcm_format_little_endian()
340 val = pcm_formats[(INT)format].width; in snd_pcm_format_width()
359 val = pcm_formats[(INT)format].phys; in snd_pcm_format_physical_width()
393 if (! pcm_formats[(INT)format].phys) in snd_pcm_format_silence_64()
395 return pcm_formats[(INT)format].silence; in snd_pcm_format_silence_64()
419 width = pcm_formats[(INT)format].phys; /* physical width */ in snd_pcm_format_set_silence()
422 pat = pcm_formats[(INT)format].silence; in snd_pcm_format_set_silence()
424 if (pcm_formats[(INT)format].signd == 1 || width <= 8) { in snd_pcm_format_set_silence()