Home
last modified time | relevance | path

Searched refs:AFMT_S8 (Results 1 – 14 of 14) sorted by relevance

/freebsd/tests/sys/sound/
H A Dpcm_read_write.c38 {"s8_1", {0x01, 0x00, 0x00, 0x00}, 1, AFMT_S8, 0x00000001},
39 {"s8_2", {0x81, 0x00, 0x00, 0x00}, 1, AFMT_S8, 0xffffff81},
/freebsd/sys/dev/sound/pcm/
H A Dsound.h458 #define AFMT_8BIT (AFMT_G711 | AFMT_U8 | AFMT_S8)
460 AFMT_S16_LE | AFMT_S16_BE | AFMT_S8)
510 #define AFMT_S8_NE AFMT_S8
H A Dpcm.h145 case AFMT_S8: in pcm_sample_read()
256 case AFMT_S8: in pcm_sample_write()
H A Dfeeder_chain.c110 AFMT_S8, AFMT_U8,
H A Dchannel.c963 { "s8", NULL, NULL, AFMT_S8 },
/freebsd/sys/dev/sound/pci/
H A Dcsapcm.c101 SND_FORMAT(AFMT_S8, 1, 0),
102 SND_FORMAT(AFMT_S8, 2, 0),
606 if ((ch->fmt & AFMT_U8) != 0 || (ch->fmt & AFMT_S8) != 0) in csachan_getptr()
610 if ((ch->fmt & AFMT_U8) != 0 || (ch->fmt & AFMT_S8) != 0) in csachan_getptr()
H A Dt4dwave.c117 SND_FORMAT(AFMT_S8, 1, 0),
118 SND_FORMAT(AFMT_S8, 2, 0),
130 SND_FORMAT(AFMT_S8, 1, 0),
131 SND_FORMAT(AFMT_S8, 2, 0),
H A Dsolo.c53 SND_FORMAT(AFMT_S8, 1, 0),
54 SND_FORMAT(AFMT_S8, 2, 0),
69 SND_FORMAT(AFMT_S8, 1, 0),
70 SND_FORMAT(AFMT_S8, 2, 0),
H A Dmaestro3.c550 format & (AFMT_U8|AFMT_S8) ? "8bit":"16bit", in m3_pchan_setformat()
558 data = ((format & AFMT_U8) || (format & AFMT_S8)) ? 1 : 0; in m3_pchan_setformat()
924 format & (AFMT_U8|AFMT_S8) ? "8bit":"16bit", in m3_rchan_setformat()
932 data = ((format & AFMT_U8) || (format & AFMT_S8)) ? 1 : 0; in m3_rchan_setformat()
H A Dcs4281.c128 SND_FORMAT(AFMT_S8, 1, 0),
129 SND_FORMAT(AFMT_S8, 2, 0),
/freebsd/contrib/ntp/util/
H A Daudio-pcm.c54 if (format & AFMT_S8) printf("S8 "); in d_fmt()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c84 SND_FORMAT(AFMT_S8, 1, 0),
85 SND_FORMAT(AFMT_S8, 2, 0),
/freebsd/sys/sys/
H A Dsoundcard.h168 #define AFMT_S8 0x00000040 /* Signed 8-bit */ macro
/freebsd/sys/dev/sound/usb/
H A Duaudio.c441 {UA_FMT_PCM, 8, AFMT_S8, "8-bit S-LE PCM"},
452 {UA20_FMT_PCM, 8, AFMT_S8, "8-bit S-LE PCM"},