Home
last modified time | relevance | path

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

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