Home
last modified time | relevance | path

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

/linux/tools/include/uapi/sound/
H A Dasound.h
/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
/linux/tools/perf/trace/beauty/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
/linux/sound/core/
H A Dpcm_misc.c71 [SNDRV_PCM_FORMAT_U16_BE] = {
/linux/sound/core/oss/
H A Dpcm_plugin.c303 SNDRV_PCM_FORMAT_U16_BE,
H A Dpcm_oss.c636 case AFMT_U16_BE: return SNDRV_PCM_FORMAT_U16_BE; in snd_pcm_oss_format_from()
660 case SNDRV_PCM_FORMAT_U16_BE: return AFMT_U16_BE; in snd_pcm_oss_format_to()
/linux/sound/xen/
H A Dxen_snd_front_alsa.c87 .alsa = SNDRV_PCM_FORMAT_U16_BE
/linux/sound/aoa/soundbus/i2sbus/
H A Dpcm.c407 case SNDRV_PCM_FORMAT_U16_BE: in i2sbus_pcm_prepare()