Home
last modified time | relevance | path

Searched defs:snddev_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dsound.h186 struct snddev_info { struct
187 struct {
200 } channels;
201 unsigned playcount, reccount, pvchancount, rvchancount;
202 unsigned flags;
203 void *devinfo;
204 device_t dev;
205 char status[SND_STATUSLEN];
206 struct mtx lock;
207 struct cdev *mixer_dev;
[all …]