Searched defs:audmux_softc (Results 1 – 1 of 1) sorted by relevance
71 struct audmux_softc { struct72 struct resource *res[1];73 bus_space_tag_t bst;74 bus_space_handle_t bsh;98 audmux_configure(struct audmux_softc *sc, in audmux_configure() argument