Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_FORMAT_U16_BE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/sound/core/
H A Dpcm_misc.c71 [SNDRV_PCM_FORMAT_U16_BE] = {
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h186 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5) macro
256 #define SNDRV_PCM_FORMAT_U16 SNDRV_PCM_FORMAT_U16_BE
/openbmc/linux/include/uapi/sound/
H A Dasound.h186 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5) macro
256 #define SNDRV_PCM_FORMAT_U16 SNDRV_PCM_FORMAT_U16_BE
/openbmc/linux/sound/core/oss/
H A Dpcm_plugin.c303 SNDRV_PCM_FORMAT_U16_BE,
H A Dpcm_oss.c644 case AFMT_U16_BE: return SNDRV_PCM_FORMAT_U16_BE; in snd_pcm_oss_format_from()
668 case SNDRV_PCM_FORMAT_U16_BE: return AFMT_U16_BE; in snd_pcm_oss_format_to()
/openbmc/linux/sound/xen/
H A Dxen_snd_front_alsa.c92 .alsa = SNDRV_PCM_FORMAT_U16_BE
/openbmc/linux/sound/aoa/soundbus/i2sbus/
H A Dpcm.c407 case SNDRV_PCM_FORMAT_U16_BE: in i2sbus_pcm_prepare()