Home
last modified time | relevance | path

Searched refs:AFMT_U16_LE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/sound/oss/dmasound/
Ddmasound_core.c303 case AFMT_U16_LE: in sound_copy_translate()
1256 case AFMT_U16_LE: in get_afmt_string()
Ddmasound_paula.c403 case AFMT_U16_LE: in AmiSetFormat()
Ddmasound_atari.c1130 case AFMT_U16_LE: in FalconSetFormat()
/Linux-v5.10/include/uapi/linux/
Dsoundcard.h564 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */ macro
/Linux-v5.10/sound/core/oss/
Dpcm_oss.c643 case AFMT_U16_LE: return SNDRV_PCM_FORMAT_U16_LE; in snd_pcm_oss_format_from()
667 case SNDRV_PCM_FORMAT_U16_LE: return AFMT_U16_LE; in snd_pcm_oss_format_to()
1826 AFMT_S8 | AFMT_U16_LE | in snd_pcm_oss_get_formats()
/Linux-v5.10/sound/core/
Dpcm.c318 case AFMT_U16_LE: in snd_pcm_oss_format_name()