Lines Matching defs:ac
115 struct ad1848_softc *ac;
120 ac = &sc->sc_ad1848.sc_ad1848;
122 ad1848_init_locks(ac, IPL_AUDIO);
155 ac->parent = sc;
157 audio_attach_mi(&wss_hw_if, &sc->sc_ad1848, ac->sc_dev);
164 (void)config_found(ac->sc_dev, &arg, audioprint,
212 struct ad1848_softc *ac;
214 ac = addr;
215 return ad1848_mixer_set_port(ac, mappings, nummap, cp);
221 struct ad1848_softc *ac;
223 ac = addr;
224 return ad1848_mixer_get_port(ac, mappings, nummap, cp);
448 struct ad1848_softc *ac;
452 ac = (struct ad1848_softc *)&sc->sc_ad1848;
457 joy = device_cfdata(ac->sc_dev)->cf_flags & 2 ? MC1_JOYDISABLE : 0;
465 strncmp(ac->chip_name, "CS4248", 6) == 0 ||
466 strncmp(ac->chip_name, "CS4231", 6) == 0 ? 0x02 : 0;