Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_core.c303 case AFMT_U16_LE: in sound_copy_translate()
1256 case AFMT_U16_LE: in get_afmt_string()
H A Ddmasound_paula.c403 case AFMT_U16_LE: in AmiSetFormat()
H A Ddmasound_atari.c1130 case AFMT_U16_LE: in FalconSetFormat()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsoundcard.h560 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsoundcard.h560 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h564 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */ macro
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c643 case AFMT_U16_LE: return SNDRV_PCM_FORMAT_U16_LE; in snd_pcm_oss_format_from()
667 case SNDRV_PCM_FORMAT_U16_LE: return AFMT_U16_LE; in snd_pcm_oss_format_to()
1850 AFMT_S8 | AFMT_U16_LE | in snd_pcm_oss_get_formats()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c318 case AFMT_U16_LE: in snd_pcm_oss_format_name()