Home
last modified time | relevance | path

Searched refs:AFMT_32BIT (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/sound/pcm/
HDsound.h201 #define AFMT_32BIT (AFMT_S32_LE | AFMT_S32_BE | AFMT_U32_LE | AFMT_U32_BE) macro
212 AFMT_32BIT)
241 #define AFMT_BIT(v) (((v) & AFMT_32BIT) ? 32 : \
HDfeeder.c342 else if (fmt & AFMT_32BIT) in snd_fmtscore()
HDbuffer.c363 else if (b->fmt & AFMT_32BIT) in sndbuf_setfmt()
HDfeeder_chain.c743 (AFMT_24BIT | AFMT_32BIT)) ? in feeder_chain()
HDdsp.c1731 else if (chn->format & AFMT_32BIT) in dsp_ioctl()
/dragonfly/sys/dev/sound/pci/
HDatiixp.c496 if ((format & AFMT_32BIT) == 0) in atiixp_chan_setformat()
509 if ((format & AFMT_32BIT) == 0) in atiixp_chan_setformat()