Lines Matching refs:private_value
2323 ucontrol->value.integer.value[0] = val == kcontrol->private_value; in snd_trident_spdif_control_get()
2335 val = ucontrol->value.integer.value[0] ? (unsigned char) kcontrol->private_value : 0x00; in snd_trident_spdif_control_put()
2366 .private_value = 0x28,
2543 ucontrol->value.integer.value[0] = (val & (1 << kcontrol->private_value)) ? 1 : 0; in snd_trident_ac97_control_get()
2557 val &= ~(1 << kcontrol->private_value); in snd_trident_ac97_control_put()
2559 val |= 1 << kcontrol->private_value; in snd_trident_ac97_control_put()
2574 .private_value = 4,
2600 ucontrol->value.integer.value[0] = 255 - ((val >> kcontrol->private_value) & 0xff); in snd_trident_vol_control_get()
2601 ucontrol->value.integer.value[1] = 255 - ((val >> (kcontrol->private_value + 8)) & 0xff); in snd_trident_vol_control_get()
2616 val &= ~(0xffff << kcontrol->private_value); in snd_trident_vol_control_put()
2618 ((255 - (ucontrol->value.integer.value[1] & 0xff)) << 8)) << kcontrol->private_value; in snd_trident_vol_control_put()
2632 .private_value = 16,
2643 .private_value = 0,