Searched defs:envy_card (Results 1 – 1 of 1) sorted by relevance
47 struct envy_card { struct48 int subid;49 char *name;50 int nich;51 struct envy_codec *adc;52 int noch;53 struct envy_codec *dac;54 int nmidi;55 void (*init)(struct envy_softc *);57 void (*set_rate)(struct envy_softc *, int);[all …]