Lines Matching refs:private_value
1755 nid = get_amp_nid_(kctl->private_value); in snd_hda_ctl_add()
2280 pval = kcontrol->private_value; in snd_hda_mixer_bind_switch_get()
2281 kcontrol->private_value = pval & ~AMP_VAL_IDX_MASK; /* index 0 */ in snd_hda_mixer_bind_switch_get()
2283 kcontrol->private_value = pval; in snd_hda_mixer_bind_switch_get()
2305 pval = kcontrol->private_value; in snd_hda_mixer_bind_switch_put()
2308 kcontrol->private_value = (pval & ~AMP_VAL_IDX_MASK) | in snd_hda_mixer_bind_switch_put()
2315 kcontrol->private_value = pval; in snd_hda_mixer_bind_switch_put()
2337 c = (struct hda_bind_ctls *)kcontrol->private_value; in snd_hda_mixer_bind_ctls_info()
2338 kcontrol->private_value = *c->values; in snd_hda_mixer_bind_ctls_info()
2340 kcontrol->private_value = (long)c; in snd_hda_mixer_bind_ctls_info()
2362 c = (struct hda_bind_ctls *)kcontrol->private_value; in snd_hda_mixer_bind_ctls_get()
2363 kcontrol->private_value = *c->values; in snd_hda_mixer_bind_ctls_get()
2365 kcontrol->private_value = (long)c; in snd_hda_mixer_bind_ctls_get()
2388 c = (struct hda_bind_ctls *)kcontrol->private_value; in snd_hda_mixer_bind_ctls_put()
2390 kcontrol->private_value = *vals; in snd_hda_mixer_bind_ctls_put()
2396 kcontrol->private_value = (long)c; in snd_hda_mixer_bind_ctls_put()
2420 c = (struct hda_bind_ctls *)kcontrol->private_value; in snd_hda_mixer_bind_tlv()
2421 kcontrol->private_value = *c->values; in snd_hda_mixer_bind_tlv()
2423 kcontrol->private_value = (long)c; in snd_hda_mixer_bind_tlv()
2482 int idx = kcontrol->private_value; in snd_hda_spdif_default_get()
2586 int idx = kcontrol->private_value; in snd_hda_spdif_default_put()
2615 int idx = kcontrol->private_value; in snd_hda_spdif_out_switch_get()
2640 int idx = kcontrol->private_value; in snd_hda_spdif_out_switch_put()
2747 kctl->private_value = codec->spdif_out.used - 1; in snd_hda_create_dig_out_ctls()
2891 hda_nid_t nid = kcontrol->private_value; in snd_hda_spdif_in_switch_put()
2910 hda_nid_t nid = kcontrol->private_value; in snd_hda_spdif_in_status_get()
2968 kctl->private_value = nid; in snd_hda_create_spdif_in_ctls()