Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/sound/isa/
HDess.c65 SND_FORMAT(AFMT_U16_LE, 1, 0),
66 SND_FORMAT(AFMT_U16_LE, 2, 0),
79 SND_FORMAT(AFMT_U16_LE, 1, 0),
80 SND_FORMAT(AFMT_U16_LE, 2, 0),
466 int unsign = (fmt == AFMT_U8 || fmt == AFMT_U16_LE)? 1 : 0; in ess_setupch()
/freebsd-13-stable/contrib/ntp/util/
HDaudio-pcm.c55 if (format & AFMT_U16_LE) printf("U16_LE "); in d_fmt()
/freebsd-13-stable/sys/dev/sound/pci/
HDt4dwave.c123 SND_FORMAT(AFMT_U16_LE, 1, 0),
124 SND_FORMAT(AFMT_U16_LE, 2, 0),
136 SND_FORMAT(AFMT_U16_LE, 1, 0),
137 SND_FORMAT(AFMT_U16_LE, 2, 0),
HDcs4281.c134 SND_FORMAT(AFMT_U16_LE, 1, 0),
135 SND_FORMAT(AFMT_U16_LE, 2, 0),
HDsolo.c63 SND_FORMAT(AFMT_U16_LE, 1, 0),
64 SND_FORMAT(AFMT_U16_LE, 2, 0),
HDds1.c182 SND_FORMAT(AFMT_U16_LE, 1, 0),
183 SND_FORMAT(AFMT_U16_LE, 2, 0),
HDmaestro.c1364 if (format & AFMT_BIGENDIAN || format & AFMT_U16_LE) in aggpch_setformat()
/freebsd-13-stable/sys/sys/
HDsoundcard.h169 #define AFMT_U16_LE 0x00000080 /* Little endian unsigned 16-bit */ macro
193 #define AFMT_U16_NE AFMT_U16_LE
206 #define AFMT_U16_OE AFMT_U16_LE
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_audio.c91 SND_FORMAT(AFMT_U16_LE, 1, 0),
92 SND_FORMAT(AFMT_U16_LE, 2, 0),
/freebsd-13-stable/sys/dev/sound/pcm/
HDfeeder_chain.c104 AFMT_S16_LE, AFMT_S16_BE, AFMT_U16_LE, AFMT_U16_BE,
113 AFMT_S16_LE, AFMT_S16_BE, AFMT_U16_LE, AFMT_U16_BE,
HDsound.h188 #define AFMT_16BIT (AFMT_S16_LE | AFMT_S16_BE | AFMT_U16_LE | AFMT_U16_BE)
HDchannel.c1011 { "u16le", NULL, NULL, AFMT_U16_LE },
/freebsd-13-stable/sys/dev/sound/usb/
HDuaudio.c436 {UA_FMT_PCM8, 16, AFMT_U16_LE, "16-bit U-LE PCM"},
457 {UA20_FMT_PCM8, 16, AFMT_U16_LE, "16-bit U-LE PCM"},