Home
last modified time | relevance | path

Searched refs:AFMT_S32_LE (Results 1 – 15 of 15) sorted by relevance

/freebsd/tests/sys/sound/
H A Dpcm_read_write.c64 {"s32le_1", {0x01, 0x02, 0x03, 0x04}, 4, AFMT_S32_LE, 0x04030201},
65 {"s32le_2", {0x81, 0x82, 0x83, 0x84}, 4, AFMT_S32_LE, 0x84838281},
152 case AFMT_S32_LE: in local_pcm_read()
214 case AFMT_S32_LE: in local_pcm_read_calc()
289 case AFMT_S32_LE: in local_pcm_write()
347 case AFMT_S32_LE: in local_pcm_write_calc()
/freebsd/sys/dev/sound/pci/
H A Dhdsp-pcm.c721 SND_FORMAT(AFMT_S32_LE, hdsp_port_slot_count(ch->ports, 48000), 0); in hdspchan_init()
723 SND_FORMAT(AFMT_S32_LE, hdsp_port_slot_count(ch->ports, 96000), 0); in hdspchan_init()
725 SND_FORMAT(AFMT_S32_LE, hdsp_port_slot_count(ch->ports, 192000), 0); in hdspchan_init()
733 ch->cap_fmts[2] = SND_FORMAT(AFMT_S32_LE, 2, 0); in hdspchan_init()
978 SND_FORMAT(AFMT_S32_LE, 2, 0),
H A Dhdspe-pcm.c712 SND_FORMAT(AFMT_S32_LE, hdspe_channel_count(ch->ports, 2), 0); in hdspechan_init()
714 SND_FORMAT(AFMT_S32_LE, hdspe_channel_count(ch->ports, 4), 0); in hdspechan_init()
716 SND_FORMAT(AFMT_S32_LE, hdspe_channel_count(ch->ports, 8), 0); in hdspechan_init()
969 SND_FORMAT(AFMT_S32_LE, 2, 0),
H A Denvy24ht.c420 SND_FORMAT(AFMT_S32_LE, 2, 0),
428 SND_FORMAT(AFMT_S32_LE, 2, 0),
443 {SND_FORMAT(AFMT_S32_LE, 2, 0), envy24ht_p32sl, 8},
449 {SND_FORMAT(AFMT_S32_LE, 2, 0), envy24ht_r32sl, 8},
H A Denvy24.c367 SND_FORMAT(AFMT_S32_LE, 2, 0),
375 SND_FORMAT(AFMT_S32_LE, 2, 0),
390 {SND_FORMAT(AFMT_S32_LE, 2, 0), envy24_p32sl, 8},
396 {SND_FORMAT(AFMT_S32_LE, 2, 0), envy24_r32sl, 8},
H A Datiixp.c148 SND_FORMAT(AFMT_S32_LE, 2, 0),
/freebsd/sys/dev/sound/pcm/
H A Dsound.h448 #define AFMT_32BIT (AFMT_S32_LE | AFMT_S32_BE | AFMT_U32_LE | AFMT_U32_BE)
453 #define AFMT_SIGNED (AFMT_S32_LE | AFMT_S32_BE | AFMT_S24_LE | AFMT_S24_BE | \
H A Dfeeder_chain.c104 AFMT_S32_LE, AFMT_S32_BE, AFMT_U32_LE, AFMT_U32_BE,
113 AFMT_S32_LE, AFMT_S32_BE, AFMT_U32_LE, AFMT_U32_BE,
H A Dchannel.c974 { "s32le", "s32", "32", AFMT_S32_LE },
977 { "s32le", NULL, NULL, AFMT_S32_LE },
/freebsd/sys/sys/
H A Dsoundcard.h179 #define AFMT_S32_LE 0x00001000 /* Little endian signed 32-bit */ macro
192 #define AFMT_S32_NE AFMT_S32_LE
205 #define AFMT_S32_OE AFMT_S32_LE
/freebsd/sys/dev/sound/
H A Ddummy.c315 sc->cap_fmts[0] = SND_FORMAT(AFMT_S32_LE, 2, 0); in dummy_attach()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c1811 else if (ch->fmt & AFMT_S32_LE) in hdaa_stream_format()
5369 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 1, 0); in hdaa_pcmchannel_setup()
5374 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 2, 0); in hdaa_pcmchannel_setup()
5379 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 3, 0); in hdaa_pcmchannel_setup()
5382 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 3, 1); in hdaa_pcmchannel_setup()
5387 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 4, 0); in hdaa_pcmchannel_setup()
5391 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 4, 1); in hdaa_pcmchannel_setup()
5397 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 5, 0); in hdaa_pcmchannel_setup()
5400 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 5, 1); in hdaa_pcmchannel_setup()
5405 ch->fmtlist[i++] = SND_FORMAT(AFMT_S32_LE, 6, 1); in hdaa_pcmchannel_setup()
[all …]
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_sai.c559 SND_FORMAT(AFMT_S32_LE, 2, 0),
/freebsd/usr.sbin/bhyve/
H A Dhda_codec.c652 params->format = AFMT_S32_LE; in hda_codec_parse_format()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c444 {UA_FMT_PCM, 32, AFMT_S32_LE, "32-bit S-LE PCM"},
455 {UA20_FMT_PCM, 32, AFMT_S32_LE, "32-bit S-LE PCM"},