Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_FORMAT_LAST (Results 1 – 9 of 9) sorted by relevance

/linux/sound/core/
H A Dpcm_misc.c47 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] = {
H A Dsound_kunit.c20 #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()
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h238 #define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE macro
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h238 #define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE macro
/linux/sound/soc/mediatek/mt8192/
H A Dmt8192-mt6359-rt1015-rt5682.c385 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8192_i2s_hw_params_fixup()
/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c576 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8188_dptx_hw_params_fixup()
/linux/include/sound/
H A Dpcm.h1523 (__force int)(f) <= (__force int)SNDRV_PCM_FORMAT_LAST; \
/linux/sound/drivers/
H A Daloop.c1482 uinfo->value.integer.max = (__force int)SNDRV_PCM_FORMAT_LAST; in loopback_format_info()