Lines Matching refs:private_value

1552 			nid = get_amp_nid_(kctl->private_value);  in snd_hda_ctl_add()
2077 pval = kcontrol->private_value; in snd_hda_mixer_bind_switch_get()
2078 kcontrol->private_value = pval & ~AMP_VAL_IDX_MASK; /* index 0 */ in snd_hda_mixer_bind_switch_get()
2080 kcontrol->private_value = pval; in snd_hda_mixer_bind_switch_get()
2102 pval = kcontrol->private_value; in snd_hda_mixer_bind_switch_put()
2105 kcontrol->private_value = (pval & ~AMP_VAL_IDX_MASK) | in snd_hda_mixer_bind_switch_put()
2112 kcontrol->private_value = pval; in snd_hda_mixer_bind_switch_put()
2134 c = (struct hda_bind_ctls *)kcontrol->private_value; in snd_hda_mixer_bind_ctls_info()
2135 kcontrol->private_value = *c->values; in snd_hda_mixer_bind_ctls_info()
2137 kcontrol->private_value = (long)c; in snd_hda_mixer_bind_ctls_info()
2159 c = (struct hda_bind_ctls *)kcontrol->private_value; in snd_hda_mixer_bind_ctls_get()
2160 kcontrol->private_value = *c->values; in snd_hda_mixer_bind_ctls_get()
2162 kcontrol->private_value = (long)c; in snd_hda_mixer_bind_ctls_get()
2185 c = (struct hda_bind_ctls *)kcontrol->private_value; in snd_hda_mixer_bind_ctls_put()
2187 kcontrol->private_value = *vals; in snd_hda_mixer_bind_ctls_put()
2193 kcontrol->private_value = (long)c; in snd_hda_mixer_bind_ctls_put()
2217 c = (struct hda_bind_ctls *)kcontrol->private_value; in snd_hda_mixer_bind_tlv()
2218 kcontrol->private_value = *c->values; in snd_hda_mixer_bind_tlv()
2220 kcontrol->private_value = (long)c; in snd_hda_mixer_bind_tlv()
2279 int idx = kcontrol->private_value; in snd_hda_spdif_default_get()
2383 int idx = kcontrol->private_value; in snd_hda_spdif_default_put()
2412 int idx = kcontrol->private_value; in snd_hda_spdif_out_switch_get()
2437 int idx = kcontrol->private_value; in snd_hda_spdif_out_switch_put()
2544 kctl->private_value = codec->spdif_out.used - 1; in snd_hda_create_dig_out_ctls()
2688 hda_nid_t nid = kcontrol->private_value; in snd_hda_spdif_in_switch_put()
2707 hda_nid_t nid = kcontrol->private_value; in snd_hda_spdif_in_status_get()
2765 kctl->private_value = nid; in snd_hda_create_spdif_in_ctls()