Home
last modified time | relevance | path

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

12

/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),
1047 ch->fmt = SND_FORMAT(AFMT_S16_LE, 1, 0); in emufxrchan_init()
1071 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),
H A Denvy24ht.c70 #define ENVY24HT_DEFAULT_FORMAT SND_FORMAT(AFMT_S16_LE, 2, 0)
419 SND_FORMAT(AFMT_S16_LE, 2, 0),
427 SND_FORMAT(AFMT_S16_LE, 2, 0),
442 {SND_FORMAT(AFMT_S16_LE, 2, 0), envy24ht_p16sl, 4},
448 {SND_FORMAT(AFMT_S16_LE, 2, 0), envy24ht_r16sl, 4},
H A Denvy24.c58 #define ENVY24_DEFAULT_FORMAT SND_FORMAT(AFMT_S16_LE, 2, 0)
366 SND_FORMAT(AFMT_S16_LE, 2, 0),
374 SND_FORMAT(AFMT_S16_LE, 2, 0),
389 {SND_FORMAT(AFMT_S16_LE, 2, 0), envy24_p16sl, 4},
395 {SND_FORMAT(AFMT_S16_LE, 2, 0), envy24_r16sl, 4},
/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},
/freebsd/sys/dev/sound/pcm/
H A Dvchan.h59 #define VCHAN_DEFAULT_FORMAT SND_FORMAT(AFMT_S16_LE, 2, 0)
H A Dpcm.h151 case AFMT_S16_LE: in pcm_sample_read()
262 case AFMT_S16_LE: in pcm_sample_write()
H A Dsound.h456 #define AFMT_16BIT (AFMT_S16_LE | AFMT_S16_BE | AFMT_U16_LE | AFMT_U16_BE)
460 AFMT_S16_LE | AFMT_S16_BE | AFMT_S8)
H A Dfeeder_chain.c102 AFMT_S16_LE, AFMT_S16_BE, AFMT_U16_LE, AFMT_U16_BE,
111 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/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c86 SND_FORMAT(AFMT_S16_LE, 1, 0),
87 SND_FORMAT(AFMT_S16_LE, 2, 0),
602 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
190 #define AFMT_S16_NE AFMT_S16_LE
203 #define AFMT_S16_OE AFMT_S16_LE
/freebsd/sys/dev/sound/
H A Ddummy.c317 sc->cap_fmts[2] = SND_FORMAT(AFMT_S16_LE, 2, 0); in dummy_attach()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c113 SND_FORMAT(AFMT_S16_LE, 2, 0),
1809 if (ch->fmt & AFMT_S16_LE) in hdaa_stream_format()
5367 ch->fmtlist[i++] = SND_FORMAT(AFMT_S16_LE, 1, 0); in hdaa_pcmchannel_setup()
5372 ch->fmtlist[i++] = SND_FORMAT(AFMT_S16_LE, 2, 0); in hdaa_pcmchannel_setup()
5377 ch->fmtlist[i++] = SND_FORMAT(AFMT_S16_LE, 3, 0); in hdaa_pcmchannel_setup()
5380 ch->fmtlist[i++] = SND_FORMAT(AFMT_S16_LE, 3, 1); in hdaa_pcmchannel_setup()
5385 ch->fmtlist[i++] = SND_FORMAT(AFMT_S16_LE, 4, 0); in hdaa_pcmchannel_setup()
5389 ch->fmtlist[i++] = SND_FORMAT(AFMT_S16_LE, 4, 1); in hdaa_pcmchannel_setup()
5395 ch->fmtlist[i++] = SND_FORMAT(AFMT_S16_LE, 5, 0); in hdaa_pcmchannel_setup()
5398 ch->fmtlist[i++] = SND_FORMAT(AFMT_S16_LE, 5, 1); in hdaa_pcmchannel_setup()
[all …]

12