Home
last modified time | relevance | path

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

/linux-6.12.1/sound/oss/dmasound/
Ddmasound_core.c302 case AFMT_U16_LE: in sound_copy_translate()
1235 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-6.12.1/include/uapi/linux/
Dsoundcard.h564 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */ macro
/linux-6.12.1/sound/core/oss/
Dpcm_oss.c635 case AFMT_U16_LE: return SNDRV_PCM_FORMAT_U16_LE; in snd_pcm_oss_format_from()
659 case SNDRV_PCM_FORMAT_U16_LE: return AFMT_U16_LE; in snd_pcm_oss_format_to()
1853 AFMT_S8 | AFMT_U16_LE | in snd_pcm_oss_get_formats()
/linux-6.12.1/sound/core/
Dpcm.c316 case AFMT_U16_LE: in snd_pcm_oss_format_name()