Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsoundcard.h33 # define AFMT_S16_NE AFMT_S16_LE
/linux/include/uapi/linux/
H A Dsoundcard.h196 # define AFMT_S16_NE AFMT_S16_LE
561 # define AFMT_S16_LE 0x00000010 /* Little endian signed 16*/ macro
/linux/sound/oss/dmasound/
H A Ddmasound_core.c299 case AFMT_S16_LE: in sound_copy_translate()
1233 case AFMT_S16_LE: in get_afmt_string()
H A Ddmasound_atari.c1129 case AFMT_S16_LE: in FalconSetFormat()
/linux/sound/core/oss/
H A Dpcm_oss.c632 case AFMT_S16_LE: return SNDRV_PCM_FORMAT_S16_LE; in snd_pcm_oss_format_from()
656 case SNDRV_PCM_FORMAT_S16_LE: return AFMT_S16_LE; in snd_pcm_oss_format_to()
1852 AFMT_S16_LE | AFMT_S16_BE | in snd_pcm_oss_get_formats()
2377 runtime->oss.format = AFMT_S16_LE; in snd_pcm_oss_init_substream()
/linux/sound/core/
H A Dpcm.c310 case AFMT_S16_LE: in snd_pcm_oss_format_name()