Searched refs:SNDRV_PCM_FORMAT_LAST (Results 1 – 9 of 9) sorted by relevance
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] = {
20 #define WRONG_FORMAT_1 (__force snd_pcm_format_t)((__force int)SNDRV_PCM_FORMAT_LAST + 1)183 KUNIT_EXPECT_EQ(test, snd_pcm_format_set_silence(SNDRV_PCM_FORMAT_LAST, buffer, 0), 0); in test_format_fill_silence()
238 #define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE macro
385 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8192_i2s_hw_params_fixup()
576 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8188_dptx_hw_params_fixup()
1523 (__force int)(f) <= (__force int)SNDRV_PCM_FORMAT_LAST; \
1482 uinfo->value.integer.max = (__force int)SNDRV_PCM_FORMAT_LAST; in loopback_format_info()