Searched refs:AFMT_S24_LE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | sound.h | 188 #define AFMT_24BIT (AFMT_S24_LE | AFMT_S24_BE | AFMT_U24_LE | AFMT_U24_BE) 192 #define AFMT_SIGNED (AFMT_S32_LE | AFMT_S32_BE | AFMT_S24_LE | AFMT_S24_BE | \
|
| D | feeder_chain.c | 105 AFMT_S24_LE, AFMT_S24_BE, AFMT_U24_LE, AFMT_U24_BE, 114 AFMT_S24_LE, AFMT_S24_BE, AFMT_U24_LE, AFMT_U24_BE,
|
| D | channel.c | 1008 { "s24le", NULL, NULL, AFMT_S24_LE },
|
| /freebsd-12-stable/sys/sys/ |
| D | soundcard.h | 185 #define AFMT_S24_LE 0x00010000 /* Little endian signed 24-bit */ macro 193 #define AFMT_S24_NE AFMT_S24_LE 206 #define AFMT_S24_OE AFMT_S24_LE
|
| /freebsd-12-stable/sys/arm/freescale/imx/ |
| D | imx6_ssi.c | 620 SND_FORMAT(AFMT_S24_LE, 2, 0),
|
| /freebsd-12-stable/sys/dev/sound/usb/ |
| D | uaudio.c | 443 {UA_FMT_PCM, 24, AFMT_S24_LE, "24-bit S-LE PCM"}, 456 {UA20_FMT_PCM, 24, AFMT_S24_LE, "24-bit S-LE PCM"},
|