Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dac97.c57 struct ac97_info { struct
58 kobj_t methods;
59 device_t dev;
60 void *devinfo;
61 u_int32_t id;
62 u_int32_t subvendor;
63 unsigned count, caps, se, extcaps, extid, extstat, noext:1;
64 u_int32_t flags;
65 struct ac97mixtable_entry mix[AC97_MIXER_SIZE];
66 char name[16];
[all …]