Home
last modified time | relevance | path

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

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