Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsoundcard.h1584 typedef struct audio_errinfo struct
1597 } audio_errinfo; argument
1601 #define SNDCTL_DSP_GETERROR _IOR ('P', 25, audio_errinfo)
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c1648 audio_errinfo *ei = (audio_errinfo *)arg; in dsp_ioctl()