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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dpcm.h84 #define PCM_S24_MAX 0x7fffff macro
421 (((val) > PCM_S24_MAX) ? PCM_S24_MAX : \
430 (((val) > PCM_S24_MAX) ? PCM_S32_MAX : \

Completed in 56 milliseconds