Home | History | Annotate | Download | only in dev

Lines Matching defs:codecctl

1082 		uint32_t codecctl = sc->sc_codecctl1;
1096 codecctl |= AWACS_MUTE_SPEAKER;
1098 codecctl &= ~AWACS_MUTE_SPEAKER;
1101 if (codecctl != sc->sc_codecctl1) {
1103 sc->sc_codecctl1 = codecctl;
1122 uint32_t codecctl = sc->sc_codecctl1;
1137 codecctl |= AWACS_MUTE_HEADPHONE;
1140 codecctl &= ~AWACS_MUTE_HEADPHONE;
1143 if (codecctl != sc->sc_codecctl1) {
1145 sc->sc_codecctl1 = codecctl;