Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dsoundcard.h31 # define AFMT_S16_NE AFMT_S16_BE
/linux-6.12.1/sound/oss/dmasound/
Ddmasound_paula.c400 case AFMT_S16_BE: in AmiSetFormat()
707 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
Ddmasound_core.c293 case AFMT_S16_BE: in sound_copy_translate()
1229 case AFMT_S16_BE: in get_afmt_string()
Ddmasound_atari.c1127 case AFMT_S16_BE: in FalconSetFormat()
1581 .hardware_afmts = (AFMT_S8 | AFMT_S16_BE), /* h'ware-supported formats *only* here */
/linux-6.12.1/include/uapi/linux/
Dsoundcard.h194 # define AFMT_S16_NE AFMT_S16_BE
562 # define AFMT_S16_BE 0x00000020 /* Big endian signed 16 */ macro
/linux-6.12.1/sound/core/oss/
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-6.12.1/sound/core/
Dpcm.c312 case AFMT_S16_BE: in snd_pcm_oss_format_name()