Home
last modified time | relevance | path

Searched refs:PCM_WRITE_U24_LE (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/sound/
H A Dpcm_read_write.c342 PCM_WRITE_U24_LE(dst, value); in local_pcm_write_calc()
/freebsd/sys/dev/sound/pcm/
H A Dpcm.h353 #define PCM_WRITE_U24_LE(b8, val) _PCM_WRITE_U24_LE(b8, val) macro