• Home
  • Raw
  • Download

Lines Matching refs:private_value

136 	int reg = kcontrol->private_value & 0xff;  in snd_pmac_awacs_get_volume()
137 int lshift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_get_volume()
138 int inverted = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_get_volume()
159 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_put_volume()
160 int lshift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_put_volume()
161 int inverted = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_put_volume()
193 .private_value = (xreg) | ((xshift) << 8) | ((xinverted) << 16) }
202 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_get_switch()
203 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_get_switch()
204 int invert = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_get_switch()
221 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_put_switch()
222 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_put_switch()
223 int invert = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_put_switch()
244 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
334 int index = kcontrol->private_value; in snd_pmac_awacs_get_volume_amp()
346 int index = kcontrol->private_value; in snd_pmac_awacs_put_volume_amp()
361 int index = kcontrol->private_value; in snd_pmac_awacs_get_switch_amp()
375 int index = kcontrol->private_value; in snd_pmac_awacs_put_switch_amp()
400 int index = kcontrol->private_value; in snd_pmac_awacs_get_tone_amp()
411 int index = kcontrol->private_value; in snd_pmac_awacs_put_tone_amp()
473 .private_value = AMP_CH_SPK,
480 .private_value = AMP_CH_HD,
487 .private_value = 0,
494 .private_value = 1,
510 .private_value = AMP_CH_HD,
519 .private_value = AMP_CH_SPK,