Symbol: SNDRV_PCM_FORMAT_LAST
include/sound/pcm.h
1523
(__force int)(f) <= (__force int)SNDRV_PCM_FORMAT_LAST; \
sound/core/pcm_misc.c
32
return (INT)format >= 0 && (INT)format <= (INT)SNDRV_PCM_FORMAT_LAST;
sound/core/pcm_misc.c
35
static const struct pcm_format_data pcm_formats[(INT)SNDRV_PCM_FORMAT_LAST+1] = {
sound/core/sound_kunit.c
183
KUNIT_EXPECT_EQ(test, snd_pcm_format_set_silence(SNDRV_PCM_FORMAT_LAST, buffer, 0), 0);
sound/core/sound_kunit.c
20
#define WRONG_FORMAT_1 (__force snd_pcm_format_t)((__force int)SNDRV_PCM_FORMAT_LAST + 1)
sound/drivers/aloop.c
1481
uinfo->value.integer.max = (__force int)SNDRV_PCM_FORMAT_LAST;
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
175
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
187
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
102
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
115
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8186/mt8186-mt6366.c
390
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8188/mt8188-mt6359.c
626
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8189/mt8189-nau8825.c
177
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c
385
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8195/mt8195-mt6359.c
390
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8195/mt8195-mt6359.c
653
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);