Lines Matching refs:private_value
1715 uinfo->count = (kcontrol->private_value >= 8) ? 2 : 1; in snd_korg1212_control_phase_info()
1723 int i = kcontrol->private_value; in snd_korg1212_control_phase_get()
1746 i = kcontrol->private_value; in snd_korg1212_control_phase_put()
1750 val = korg1212->sharedBufferPtr->volumeData[kcontrol->private_value]; in snd_korg1212_control_phase_put()
1761 val = korg1212->sharedBufferPtr->volumeData[kcontrol->private_value+1]; in snd_korg1212_control_phase_put()
1779 uinfo->count = (kcontrol->private_value >= 8) ? 2 : 1; in snd_korg1212_control_volume_info()
1793 i = kcontrol->private_value; in snd_korg1212_control_volume_get()
1814 i = kcontrol->private_value; in snd_korg1212_control_volume_put()
1847 (kcontrol->private_value >= 8) ? 2 : 1, in snd_korg1212_control_route_info()
1859 i = kcontrol->private_value; in snd_korg1212_control_route_get()
1878 i = kcontrol->private_value; in snd_korg1212_control_route_put()
1997 .private_value = ord, \
2006 .private_value = ord, \
2015 .private_value = ord, \