Lines Matching refs:voll

713 		sc->sc_rec.voll = levl & 0xf0;  in iw_mixer_line_level()
730 sc->sc_aux1.voll = levl & 0xf8; in iw_mixer_line_level()
748 sc->sc_aux2.voll = levl & 0xf8; in iw_mixer_line_level()
756 sc->sc_dac.voll = levl & 0xfc; in iw_mixer_line_level()
762 sc->sc_loopback.voll = levl & 0xfc; in iw_mixer_line_level()
769 sc->sc_linein.voll = levl & 0xf8; in iw_mixer_line_level()
777 sc->sc_mic.voll = levl & 0xf8; in iw_mixer_line_level()
785 sc->sc_lineout.voll = levl & 0xf8; in iw_mixer_line_level()
791 sc->sc_monoin.voll = levl & 0xf0; in iw_mixer_line_level()
1047 sc->sc_mic.voll = vall; in iw_set_port()
1061 sc->sc_aux1.voll = vall; in iw_set_port()
1075 sc->sc_aux2.voll = vall; in iw_set_port()
1089 sc->sc_linein.voll = vall; in iw_set_port()
1103 sc->sc_lineout.voll = vall; in iw_set_port()
1117 sc->sc_rec.voll = vall; in iw_set_port()
1132 sc->sc_dac.voll = vall; in iw_set_port()
1146 sc->sc_loopback.voll = vall; in iw_set_port()
1160 sc->sc_monoin.voll = vall; in iw_set_port()
1170 iw_mixer_line_level(sc, IW_REC, sc->sc_rec.voll, in iw_set_port()
1191 cp->un.value.level[0] = sc->sc_mic.voll; in iw_get_port()
1199 cp->un.value.level[0] = sc->sc_aux1.voll; in iw_get_port()
1207 cp->un.value.level[0] = sc->sc_aux2.voll; in iw_get_port()
1215 cp->un.value.level[0] = sc->sc_lineout.voll; in iw_get_port()
1223 cp->un.value.level[0] = sc->sc_linein.voll; in iw_get_port()
1231 cp->un.value.level[0] = sc->sc_rec.voll; in iw_get_port()
1240 cp->un.value.level[0] = sc->sc_dac.voll; in iw_get_port()
1249 cp->un.value.level[0] = sc->sc_loopback.voll; in iw_get_port()
1257 cp->un.value.level[0] = sc->sc_monoin.voll; in iw_get_port()