Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsoundcard.h31 # define AFMT_S16_NE AFMT_S16_BE
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_paula.c400 case AFMT_S16_BE: in AmiSetFormat()
707 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
H A Ddmasound_core.c292 case AFMT_S16_BE: in sound_copy_translate()
1230 case AFMT_S16_BE: in get_afmt_string()
H A Ddmasound_atari.c1127 case AFMT_S16_BE: in FalconSetFormat()
1581 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
/openbmc/qemu/audio/
H A Dossaudio.c145 return AFMT_S16_BE; in aud_to_ossfmt()
189 case AFMT_S16_BE: in oss_to_audfmt()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h194 # define AFMT_S16_NE AFMT_S16_BE
562 # define AFMT_S16_BE 0x00000020 /* Big endian signed 16 */ macro
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c641 case AFMT_S16_BE: return SNDRV_PCM_FORMAT_S16_BE; in snd_pcm_oss_format_from()
665 case SNDRV_PCM_FORMAT_S16_BE: return AFMT_S16_BE; in snd_pcm_oss_format_to()
1864 AFMT_S16_LE | AFMT_S16_BE | in snd_pcm_oss_get_formats()
/openbmc/linux/sound/core/
H A Dpcm.c317 case AFMT_S16_BE: in snd_pcm_oss_format_name()