Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Ddsp.c676 typedef struct audio_errinfo32 struct
689 } audio_errinfo32; argument
690 #define SNDCTL_DSP_GETERROR32 _IOC_NEWTYPE(SNDCTL_DSP_GETERROR, audio_errinfo32)
1709 audio_errinfo32 *ei32 = (audio_errinfo32 *)arg; in dsp_ioctl()