Lines Matching refs:private_value
1713 uinfo->count = (kcontrol->private_value >= 8) ? 2 : 1; in snd_korg1212_control_phase_info()
1721 int i = kcontrol->private_value; in snd_korg1212_control_phase_get()
1744 i = kcontrol->private_value; in snd_korg1212_control_phase_put()
1748 val = korg1212->sharedBufferPtr->volumeData[kcontrol->private_value]; in snd_korg1212_control_phase_put()
1759 val = korg1212->sharedBufferPtr->volumeData[kcontrol->private_value+1]; in snd_korg1212_control_phase_put()
1777 uinfo->count = (kcontrol->private_value >= 8) ? 2 : 1; in snd_korg1212_control_volume_info()
1791 i = kcontrol->private_value; in snd_korg1212_control_volume_get()
1812 i = kcontrol->private_value; in snd_korg1212_control_volume_put()
1845 (kcontrol->private_value >= 8) ? 2 : 1, in snd_korg1212_control_route_info()
1857 i = kcontrol->private_value; in snd_korg1212_control_route_get()
1876 i = kcontrol->private_value; in snd_korg1212_control_route_put()
1995 .private_value = ord, \
2004 .private_value = ord, \
2013 .private_value = ord, \