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

/freebsd-current/sys/dev/sound/pcm/
H A Dpcm.h110 #define _PCM_READ_S16_LE(b8) INTPCM_T(*((int16_t *)(b8))) macro
170 #define _PCM_READ_S16_NE(b8) _PCM_READ_S16_LE(b8)
179 #define _PCM_READ_S16_LE(b8) \ macro
330 #define PCM_READ_S16_LE(b8) _PCM_READ_S16_LE(b8)

Completed in 164 milliseconds