Searched refs:AFMT_U16_LE (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13-stable/sys/dev/sound/isa/ |
| HD | ess.c | 65 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/ |
| HD | audio-pcm.c | 55 if (format & AFMT_U16_LE) printf("U16_LE "); in d_fmt()
|
| /freebsd-13-stable/sys/dev/sound/pci/ |
| HD | t4dwave.c | 123 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),
|
| HD | cs4281.c | 134 SND_FORMAT(AFMT_U16_LE, 1, 0), 135 SND_FORMAT(AFMT_U16_LE, 2, 0),
|
| HD | solo.c | 63 SND_FORMAT(AFMT_U16_LE, 1, 0), 64 SND_FORMAT(AFMT_U16_LE, 2, 0),
|
| HD | ds1.c | 182 SND_FORMAT(AFMT_U16_LE, 1, 0), 183 SND_FORMAT(AFMT_U16_LE, 2, 0),
|
| HD | maestro.c | 1364 if (format & AFMT_BIGENDIAN || format & AFMT_U16_LE) in aggpch_setformat()
|
| /freebsd-13-stable/sys/sys/ |
| HD | soundcard.h | 169 #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/ |
| HD | bcm2835_audio.c | 91 SND_FORMAT(AFMT_U16_LE, 1, 0), 92 SND_FORMAT(AFMT_U16_LE, 2, 0),
|
| /freebsd-13-stable/sys/dev/sound/pcm/ |
| HD | feeder_chain.c | 104 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,
|
| HD | sound.h | 188 #define AFMT_16BIT (AFMT_S16_LE | AFMT_S16_BE | AFMT_U16_LE | AFMT_U16_BE)
|
| HD | channel.c | 1011 { "u16le", NULL, NULL, AFMT_U16_LE },
|
| /freebsd-13-stable/sys/dev/sound/usb/ |
| HD | uaudio.c | 436 {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"},
|