Lines Matching refs:private_value
137 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_get_volume()
138 int lshift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_get_volume()
139 int inverted = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_get_volume()
160 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_put_volume()
161 int lshift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_put_volume()
162 int inverted = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_put_volume()
194 .private_value = (xreg) | ((xshift) << 8) | ((xinverted) << 16) }
203 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_get_switch()
204 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_get_switch()
205 int invert = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_get_switch()
222 int reg = kcontrol->private_value & 0xff; in snd_pmac_awacs_put_switch()
223 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_awacs_put_switch()
224 int invert = (kcontrol->private_value >> 16) & 1; in snd_pmac_awacs_put_switch()
245 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
335 int index = kcontrol->private_value; in snd_pmac_awacs_get_volume_amp()
347 int index = kcontrol->private_value; in snd_pmac_awacs_put_volume_amp()
362 int index = kcontrol->private_value; in snd_pmac_awacs_get_switch_amp()
376 int index = kcontrol->private_value; in snd_pmac_awacs_put_switch_amp()
401 int index = kcontrol->private_value; in snd_pmac_awacs_get_tone_amp()
412 int index = kcontrol->private_value; in snd_pmac_awacs_put_tone_amp()
474 .private_value = AMP_CH_SPK,
481 .private_value = AMP_CH_HD,
488 .private_value = 0,
495 .private_value = 1,
511 .private_value = AMP_CH_HD,
520 .private_value = AMP_CH_SPK,