Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsoundcard.h31 # define AFMT_S16_NE AFMT_S16_BE
/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.c293 case AFMT_S16_BE: in sound_copy_translate()
1229 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 */
/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
/linux/sound/core/oss/
H A Dpcm_oss.c633 case AFMT_S16_BE: return SNDRV_PCM_FORMAT_S16_BE; in snd_pcm_oss_format_from()
657 case SNDRV_PCM_FORMAT_S16_BE: return AFMT_S16_BE; in snd_pcm_oss_format_to()
1852 AFMT_S16_LE | AFMT_S16_BE | in snd_pcm_oss_get_formats()
/linux/sound/core/
H A Dpcm.c312 case AFMT_S16_BE: in snd_pcm_oss_format_name()