Home | History | Annotate | Download | only in isa

Lines Matching defs:mute

104 	int	mute;
172 sc->mute = 0;
198 * Mute/unmute the card
203 u_int8_t mute;
205 mute = (sc->mute || !sc->vol) ? RTII_MUTE : RTII_UNMUTE;
206 bus_space_write_1(sc->tea.iot, sc->tea.ioh, 0, mute);
208 bus_space_write_1(sc->tea.iot, sc->tea.ioh, 0, mute);
297 ri->mute = sc->mute;
326 sc->mute = ri->mute ? 1 : 0;