Lines Matching refs:private_value

149 	int reg = kcontrol->private_value & 0xff;  in snd_pmac_awacs_get_volume()
150 int lshift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_get_volume()
151 int inverted = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_get_volume()
172 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_put_volume()
173 int lshift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_put_volume()
174 int inverted = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_put_volume()
206 .private_value = (xreg) | ((xshift) << 8) | ((xinverted) << 16) }
215 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_get_switch()
216 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_get_switch()
217 int invert = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_get_switch()
234 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_put_switch()
235 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_put_switch()
236 int invert = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_put_switch()
257 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
347 int index = kcontrol->private_value; in snd_pmac_awacs_get_volume_amp()
359 int index = kcontrol->private_value; in snd_pmac_awacs_put_volume_amp()
374 int index = kcontrol->private_value; in snd_pmac_awacs_get_switch_amp()
388 int index = kcontrol->private_value; in snd_pmac_awacs_put_switch_amp()
413 int index = kcontrol->private_value; in snd_pmac_awacs_get_tone_amp()
424 int index = kcontrol->private_value; in snd_pmac_awacs_put_tone_amp()
486 .private_value = AMP_CH_SPK,
493 .private_value = AMP_CH_HD,
500 .private_value = 0,
507 .private_value = 1,
523 .private_value = AMP_CH_HD,
532 .private_value = AMP_CH_SPK,