Lines Matching refs:INT
43 #define INT __force int macro
47 return (INT)format >= 0 && (INT)format <= (INT)SNDRV_PCM_FORMAT_LAST; in valid_format()
50 static const struct pcm_format_data pcm_formats[(INT)SNDRV_PCM_FORMAT_LAST+1] = {
269 val = pcm_formats[(INT)format].signd; in snd_pcm_format_signed()
318 val = pcm_formats[(INT)format].le; in snd_pcm_format_little_endian()
355 val = pcm_formats[(INT)format].width; in snd_pcm_format_width()
374 val = pcm_formats[(INT)format].phys; in snd_pcm_format_physical_width()
408 if (! pcm_formats[(INT)format].phys) in snd_pcm_format_silence_64()
410 return pcm_formats[(INT)format].silence; in snd_pcm_format_silence_64()
434 width = pcm_formats[(INT)format].phys; /* physical width */ in snd_pcm_format_set_silence()
435 pat = pcm_formats[(INT)format].silence; in snd_pcm_format_set_silence()
439 if (pcm_formats[(INT)format].signd == 1 || width <= 8) { in snd_pcm_format_set_silence()