Searched refs:SNDRV_PCM_FORMAT_LAST (Results 1 – 12 of 12) sorted by relevance
/linux/sound/core/ |
H A D | pcm_misc.c | 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] = {
|
H A D | sound_kunit.c | 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()
|
/linux/sound/soc/mediatek/mt8183/ |
H A D | mt8183-mt6358-ts3a227-max98357.c | 102 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8183_i2s_hw_params_fixup() 115 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8183_rt1015_i2s_hw_params_fixup()
|
H A D | mt8183-da7219-max98357.c | 175 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8183_i2s_hw_params_fixup() 187 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8183_rt1015_i2s_hw_params_fixup()
|
/linux/sound/soc/mediatek/mt8195/ |
H A D | mt8195-mt6359.c | 390 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8195_dptx_hw_params_fixup() 648 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8195_etdm_hw_params_fixup()
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 238 #define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE macro
|
/linux/include/uapi/sound/ |
H A D | asound.h | 238 #define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE macro
|
/linux/sound/soc/mediatek/mt8192/ |
H A D | mt8192-mt6359-rt1015-rt5682.c | 385 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8192_i2s_hw_params_fixup()
|
/linux/sound/soc/mediatek/mt8186/ |
H A D | mt8186-mt6366.c | 389 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8186_hw_params_fixup()
|
/linux/include/sound/ |
H A D | pcm.h | 1523 (__force int)(f) <= (__force int)SNDRV_PCM_FORMAT_LAST; \
|
/linux/sound/soc/mediatek/mt8188/ |
H A D | mt8188-mt6359.c | 626 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8188_dptx_hw_params_fixup()
|
/linux/sound/drivers/ |
H A D | aloop.c | 1483 uinfo->value.integer.max = (__force int)SNDRV_PCM_FORMAT_LAST; in loopback_format_info()
|