Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dac97var.h63 struct ac97_codec_if_vtbl { struct
64 int (*mixer_get_port)(struct ac97_codec_if *, mixer_ctrl_t *);
65 int (*mixer_set_port)(struct ac97_codec_if *, mixer_ctrl_t *);
66 int (*query_devinfo)(struct ac97_codec_if *, mixer_devinfo_t *);
67 int (*get_portnum_by_name)(struct ac97_codec_if *, const char *,
92 struct ac97_codec_if_vtbl *vtbl; argument