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

/freebsd-10.0-release/sys/sys/
H A Dsoundcard.h808 typedef struct audio_buf_info { struct
815 } audio_buf_info; typedef in typeref:struct:audio_buf_info
817 #define SNDCTL_DSP_GETOSPACE _IOR ('P',12, audio_buf_info)
818 #define SNDCTL_DSP_GETISPACE _IOR ('P',13, audio_buf_info)
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Ddsp.c1624 audio_buf_info *a = (audio_buf_info *)arg;
1642 audio_buf_info *a = (audio_buf_info *)arg;

Completed in 86 milliseconds