Home
last modified time | relevance | path

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

/openbmc/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] = {
/openbmc/linux/sound/soc/mediatek/mt8183/
H A Dmt8183-mt6358-ts3a227-max98357.c102 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 Dmt8183-da7219-max98357.c175 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()
/openbmc/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-mt6359.c419 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8195_dptx_hw_params_fixup()
751 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8195_etdm_hw_params_fixup()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h238 #define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h238 #define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE macro
/openbmc/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c497 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8188_dptx_hw_params_fixup()
/openbmc/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-mt6366-da7219-max98357.c228 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8186_hw_params_fixup()
H A Dmt8186-mt6366-rt1019-rt5682s.c292 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8186_hw_params_fixup()
/openbmc/linux/sound/soc/mediatek/mt8192/
H A Dmt8192-mt6359-rt1015-rt5682.c382 0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST); in mt8192_i2s_hw_params_fixup()
/openbmc/linux/include/sound/
H A Dpcm.h1546 (__force int)(f) <= (__force int)SNDRV_PCM_FORMAT_LAST; \
/openbmc/linux/sound/drivers/
H A Daloop.c1434 uinfo->value.integer.max = (__force int)SNDRV_PCM_FORMAT_LAST; in loopback_format_info()