Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dossaudio.c154 return AFMT_U16_LE; in aud_to_ossfmt()
184 case AFMT_U16_LE: in oss_to_audfmt()
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_core.c301 case AFMT_U16_LE: in sound_copy_translate()
1236 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()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h564 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */ macro
/openbmc/linux/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()
1865 AFMT_S8 | AFMT_U16_LE | in snd_pcm_oss_get_formats()
/openbmc/linux/sound/core/
H A Dpcm.c321 case AFMT_U16_LE: in snd_pcm_oss_format_name()