Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsoundcard.h33 # define AFMT_S16_NE AFMT_S16_LE
/openbmc/qemu/audio/
H A Dossaudio.c147 return AFMT_S16_LE; in aud_to_ossfmt()
179 case AFMT_S16_LE: in oss_to_audfmt()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h196 # define AFMT_S16_NE AFMT_S16_LE
561 # define AFMT_S16_LE 0x00000010 /* Little endian signed 16*/ macro
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_core.c298 case AFMT_S16_LE: in sound_copy_translate()
1234 case AFMT_S16_LE: in get_afmt_string()
H A Ddmasound_paula.c402 case AFMT_S16_LE: in AmiSetFormat()
H A Ddmasound_atari.c1129 case AFMT_S16_LE: in FalconSetFormat()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c640 case AFMT_S16_LE: return SNDRV_PCM_FORMAT_S16_LE; in snd_pcm_oss_format_from()
664 case SNDRV_PCM_FORMAT_S16_LE: return AFMT_S16_LE; in snd_pcm_oss_format_to()
1864 AFMT_S16_LE | AFMT_S16_BE | in snd_pcm_oss_get_formats()
2392 runtime->oss.format = AFMT_S16_LE; in snd_pcm_oss_init_substream()
/openbmc/linux/sound/core/
H A Dpcm.c315 case AFMT_S16_LE: in snd_pcm_oss_format_name()