Searched defs:envy_softc (Results 1 – 1 of 1) sorted by relevance
61 struct envy_softc { struct62 struct device dev;63 struct device *audio;64 int isht; /* is a Envy24HT ? */65 int isac97; /* is a Envy24HT AC97 ? */66 struct envy_buf ibuf, obuf;67 pcitag_t pci_tag;68 pci_chipset_tag_t pci_pc;69 pci_intr_handle_t *pci_ih;70 bus_dma_tag_t pci_dmat;[all …]