Lines Matching defs:kcontrol

1689 static int snd_korg1212_control_phase_info(struct snd_kcontrol *kcontrol,
1693 uinfo->count = (kcontrol->private_value >= 8) ? 2 : 1;
1697 static int snd_korg1212_control_phase_get(struct snd_kcontrol *kcontrol,
1700 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1701 int i = kcontrol->private_value;
1715 static int snd_korg1212_control_phase_put(struct snd_kcontrol *kcontrol,
1718 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1724 i = kcontrol->private_value;
1728 val = korg1212->sharedBufferPtr->volumeData[kcontrol->private_value];
1739 val = korg1212->sharedBufferPtr->volumeData[kcontrol->private_value+1];
1753 static int snd_korg1212_control_volume_info(struct snd_kcontrol *kcontrol,
1757 uinfo->count = (kcontrol->private_value >= 8) ? 2 : 1;
1763 static int snd_korg1212_control_volume_get(struct snd_kcontrol *kcontrol,
1766 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1771 i = kcontrol->private_value;
1782 static int snd_korg1212_control_volume_put(struct snd_kcontrol *kcontrol,
1785 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1792 i = kcontrol->private_value;
1821 static int snd_korg1212_control_route_info(struct snd_kcontrol *kcontrol,
1825 (kcontrol->private_value >= 8) ? 2 : 1,
1829 static int snd_korg1212_control_route_get(struct snd_kcontrol *kcontrol,
1832 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1837 i = kcontrol->private_value;
1848 static int snd_korg1212_control_route_put(struct snd_kcontrol *kcontrol,
1851 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1856 i = kcontrol->private_value;
1879 static int snd_korg1212_control_info(struct snd_kcontrol *kcontrol,
1889 static int snd_korg1212_control_get(struct snd_kcontrol *kcontrol,
1892 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1904 static int snd_korg1212_control_put(struct snd_kcontrol *kcontrol,
1907 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1933 static int snd_korg1212_control_sync_info(struct snd_kcontrol *kcontrol,
1939 static int snd_korg1212_control_sync_get(struct snd_kcontrol *kcontrol,
1942 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);
1952 static int snd_korg1212_control_sync_put(struct snd_kcontrol *kcontrol,
1955 struct snd_korg1212 *korg1212 = snd_kcontrol_chip(kcontrol);