Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsoundcard.h31 # define AFMT_S16_NE AFMT_S16_BE
/Linux-v4.19/sound/oss/dmasound/
Ddmasound_paula.c399 case AFMT_S16_BE: in AmiSetFormat()
706 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
Ddmasound_core.c294 case AFMT_S16_BE: in sound_copy_translate()
1245 case AFMT_S16_BE: in get_afmt_string()
Ddmasound_atari.c1126 case AFMT_S16_BE: in FalconSetFormat()
1580 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
/Linux-v4.19/include/uapi/linux/
Dsoundcard.h194 # define AFMT_S16_NE AFMT_S16_BE
562 # define AFMT_S16_BE 0x00000020 /* Big endian signed 16 */ macro
/Linux-v4.19/sound/core/oss/
Dpcm_oss.c656 case AFMT_S16_BE: return SNDRV_PCM_FORMAT_S16_BE; in snd_pcm_oss_format_from()
680 case SNDRV_PCM_FORMAT_S16_BE: return AFMT_S16_BE; in snd_pcm_oss_format_to()
1838 AFMT_S16_LE | AFMT_S16_BE | in snd_pcm_oss_get_formats()
/Linux-v4.19/sound/core/
Dpcm.c327 case AFMT_S16_BE: in snd_pcm_oss_format_name()