Home
last modified time | relevance | path

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

/linux-4.1.27/sound/oss/
Dswarm_cs4297a.c906 s->prop_adc.fmt |= AFMT_U16_LE; in start_adc()
1119 (AFMT_U8 | AFMT_U16_LE)) ? 0x80 : 0, in cs4297a_update_ptr()
1815 int swap = (s->prop_dac.fmt == AFMT_S16_LE) || (s->prop_dac.fmt == AFMT_U16_LE); in cs4297a_write()
2099 AFMT_S16_LE | AFMT_U16_LE | AFMT_S8 | in cs4297a_ioctl()
2101 return put_user(AFMT_S16_LE | AFMT_U16_LE | AFMT_S8 | in cs4297a_ioctl()
2115 && val != AFMT_U16_LE && val != AFMT_S8 in cs4297a_ioctl()
2125 && val != AFMT_U16_LE && val != AFMT_S8 in cs4297a_ioctl()
Dad1848.c909 AFMT_U16_LE, 0 in ad1848_set_bits()
/linux-4.1.27/sound/oss/dmasound/
Ddmasound_core.c302 case AFMT_U16_LE: in sound_copy_translate()
1253 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-4.1.27/include/uapi/linux/
Dsoundcard.h564 # define AFMT_U16_LE 0x00000080 /* Little endian U16 */ macro
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c669 case AFMT_U16_LE: return SNDRV_PCM_FORMAT_U16_LE; in snd_pcm_oss_format_from()
693 case SNDRV_PCM_FORMAT_U16_LE: return AFMT_U16_LE; in snd_pcm_oss_format_to()
1794 AFMT_S8 | AFMT_U16_LE | in snd_pcm_oss_get_formats()
/linux-4.1.27/sound/core/
Dpcm.c324 case AFMT_U16_LE: in snd_pcm_oss_format_name()