Home
last modified time | relevance | path

Searched refs:AFMT_BIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dsound.h209 #define AFMT_BIT(v) (((v) & AFMT_32BIT) ? 32 : \ macro
214 #define AFMT_BPS(v) (AFMT_BIT(v) >> 3)
H A Dchannel.c2567 AFMT_BIT(besthwformat) > AFMT_BIT(bestformat)) in chn_notify()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c401 m.u.config.bps = AFMT_BIT(fmt); in bcm2835_audio_update_params()