Searched refs:PCM_S24_MAX (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/sound/pcm/
H A Dpcm.h82 #define PCM_S24_MAX 0x7fffff macro
419 (((val) > PCM_S24_MAX) ? PCM_S24_MAX : \
428 (((val) > PCM_S24_MAX) ? PCM_S32_MAX : \

Completed in 120 milliseconds