Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dsoundcard.h1578 typedef struct audio_errinfo struct
1591 } audio_errinfo; argument
1595 #define SNDCTL_DSP_GETERROR _IOR ('P', 25, audio_errinfo)
/freebsd-9-stable/sys/dev/sound/pcm/
Ddsp.c2022 audio_errinfo *ei = (audio_errinfo *)arg; in dsp_ioctl()