Home
last modified time | relevance | path

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

/Linux-v4.19/sound/oss/dmasound/
Ddmasound_core.c303 case AFMT_U16_LE: in sound_copy_translate()
1254 case AFMT_U16_LE: in get_afmt_string()
Ddmasound_paula.c402 case AFMT_U16_LE: in AmiSetFormat()
Ddmasound_atari.c1129 case AFMT_U16_LE: in FalconSetFormat()
/Linux-v4.19/include/uapi/linux/
Dsoundcard.h564 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */ macro
/Linux-v4.19/sound/core/oss/
Dpcm_oss.c658 case AFMT_U16_LE: return SNDRV_PCM_FORMAT_U16_LE; in snd_pcm_oss_format_from()
682 case SNDRV_PCM_FORMAT_U16_LE: return AFMT_U16_LE; in snd_pcm_oss_format_to()
1839 AFMT_S8 | AFMT_U16_LE | in snd_pcm_oss_get_formats()
/Linux-v4.19/sound/core/
Dpcm.c331 case AFMT_U16_LE: in snd_pcm_oss_format_name()