Home
last modified time | relevance | path

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

12

/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dint.h54 (AFMT_S16_LE | AFMT_S16_BE | AFMT_U16_LE | AFMT_U16_BE)
74 (AFMT_S8 | AFMT_S16_LE | AFMT_S24_LE | AFMT_S32_LE)
83 (AFMT_S16_BE | AFMT_S16_LE | AFMT_U16_BE | AFMT_U16_LE | \
H A Dformat.c45 if (fmt & (AFMT_S16_LE | AFMT_U16_LE)) in format_import()
156 if (fmt & (AFMT_S16_LE | AFMT_U16_LE)) { in format_export()
365 if (fmt & (AFMT_S16_LE | AFMT_U16_LE)) { in format_silence()
/freebsd/sys/dev/sound/pci/
H A Dals4000.c93 SND_FORMAT(AFMT_S16_LE, 1, 0),
94 SND_FORMAT(AFMT_S16_LE, 2, 0),
324 ALS_16BIT_CMD(SND_FORMAT(AFMT_S16_LE, 1, 0), DSP_MODE_S16MONO),
325 ALS_16BIT_CMD(SND_FORMAT(AFMT_S16_LE, 2, 0), DSP_MODE_S16STEREO),
439 case SND_FORMAT(AFMT_S16_LE, 1, 0): in als_get_fifo_format()
441 case SND_FORMAT(AFMT_S16_LE, 2, 0): in als_get_fifo_format()
H A Demu10kx-pcm.c117 SND_FORMAT(AFMT_S16_LE, 1, 0),
118 SND_FORMAT(AFMT_S16_LE, 2, 0),
126 SND_FORMAT(AFMT_S16_LE, 1, 0),
149 SND_FORMAT(AFMT_S16_LE, 1, 0),
150 SND_FORMAT(AFMT_S16_LE, 2, 0),
155 SND_FORMAT(AFMT_S16_LE, 1, 0),
1049 ch->fmt = SND_FORMAT(AFMT_S16_LE, 1, 0); in emufxrchan_init()
1073 if (format == SND_FORMAT(AFMT_S16_LE, 1, 0)) return (0); in emufxrchan_setformat()
H A Dcsapcm.c103 SND_FORMAT(AFMT_S16_LE, 1, 0),
104 SND_FORMAT(AFMT_S16_LE, 2, 0),
112 SND_FORMAT(AFMT_S16_LE, 1, 0),
113 SND_FORMAT(AFMT_S16_LE, 2, 0),
H A Dvia82c686.c99 SND_FORMAT(AFMT_S16_LE, 1, 0),
100 SND_FORMAT(AFMT_S16_LE, 2, 0),
289 if (format & AFMT_S16_LE) in viachan_setformat()
H A Dt4dwave.c119 SND_FORMAT(AFMT_S16_LE, 1, 0),
120 SND_FORMAT(AFMT_S16_LE, 2, 0),
132 SND_FORMAT(AFMT_S16_LE, 1, 0),
133 SND_FORMAT(AFMT_S16_LE, 2, 0),
H A Dvia8233.c132 SND_FORMAT(AFMT_S16_LE, 1, 0),
133 SND_FORMAT(AFMT_S16_LE, 2, 0),
412 if (format & AFMT_S16_LE) in via8233wr_setformat()
450 uint8_t v = (format & AFMT_S16_LE) ? MC_SGD_16BIT : MC_SGD_8BIT; in via8233msgd_setformat()
H A Dcmi.c138 SND_FORMAT(AFMT_S16_LE, 1, 0),
139 SND_FORMAT(AFMT_S16_LE, 2, 0),
382 if (format & AFMT_S16_LE) { in cmichan_setformat()
H A Dfm801.c113 SND_FORMAT(AFMT_S16_LE, 1, 0),
114 SND_FORMAT(AFMT_S16_LE, 2, 0),
H A Des137x.c250 SND_FORMAT(AFMT_S16_LE, 1, 0),
251 SND_FORMAT(AFMT_S16_LE, 2, 0),
543 if (format & AFMT_S16_LE) in eschan_setformat()
549 if (format & AFMT_S16_LE) in eschan_setformat()
556 if (format & AFMT_S16_LE) in eschan_setformat()
H A Dneomagic.c122 SND_FORMAT(AFMT_S16_LE, 1, 0),
123 SND_FORMAT(AFMT_S16_LE, 2, 0),
H A Demu10k1.c260 SND_FORMAT(AFMT_S16_LE, 1, 0),
261 SND_FORMAT(AFMT_S16_LE, 2, 0),
271 SND_FORMAT(AFMT_S16_LE, 2, 0),
284 SND_FORMAT(AFMT_S16_LE, 1, 0),
285 SND_FORMAT(AFMT_S16_LE, 2, 0),
H A Dmaestro3.c226 SND_FORMAT(AFMT_S16_LE, 1, 0),
227 SND_FORMAT(AFMT_S16_LE, 2, 0),
248 SND_FORMAT(AFMT_S16_LE, 1, 0),
249 SND_FORMAT(AFMT_S16_LE, 2, 0),
H A Dcs4281.c130 SND_FORMAT(AFMT_S16_LE, 1, 0),
131 SND_FORMAT(AFMT_S16_LE, 2, 0),
/freebsd/tests/sys/sound/
H A Dpcm_read_write.c44 {"s16le_1", {0x01, 0x02, 0x00, 0x00}, 2, AFMT_S16_LE, 0x00000201},
45 {"s16le_2", {0x81, 0x82, 0x00, 0x00}, 2, AFMT_S16_LE, 0xffff8281},
H A Dpolling.c55 tmp = AFMT_S16_LE; in oss_init()
/freebsd/sys/dev/sound/pcm/
H A Dvchan.h54 #define VCHAN_DEFAULT_FORMAT SND_FORMAT(AFMT_S16_LE, 2, 0)
H A Dsound.h323 #define AFMT_16BIT (AFMT_S16_LE | AFMT_S16_BE | AFMT_U16_LE | AFMT_U16_BE)
328 AFMT_S16_LE | AFMT_S16_BE | AFMT_S8)
H A Dpcm.h152 case AFMT_S16_LE: in pcm_sample_read()
321 case AFMT_S16_LE: in pcm_sample_write()
H A Dfeeder_chain.c96 AFMT_S16_LE, AFMT_S16_BE, AFMT_U16_LE, AFMT_U16_BE,
106 AFMT_S16_LE, AFMT_S16_BE, AFMT_U16_LE, AFMT_U16_BE,
/freebsd/contrib/ntp/util/
H A Daudio-pcm.c52 if (format & AFMT_S16_LE) printf("S16_LE "); in d_fmt()
/freebsd/share/examples/sound/
H A Doss.h145 case AFMT_S16_LE: in oss_init()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c86 SND_FORMAT(AFMT_S16_LE, 1, 0),
87 SND_FORMAT(AFMT_S16_LE, 2, 0),
762 ch->fmt = SND_FORMAT(AFMT_S16_LE, 2, 0); in bcmchan_init()
/freebsd/sys/sys/
H A Dsoundcard.h166 #define AFMT_S16_LE 0x00000010 /* Little endian signed 16-bit */ macro
192 #define AFMT_S16_NE AFMT_S16_LE
207 #define AFMT_S16_OE AFMT_S16_LE

12