Lines Matching defs:kctl
401 struct snd_kcontrol *pos, *kctl = NULL;
427 kctl = pos;
431 if (!kctl)
435 return catpt_set_dspvol(cdev, id, (long *)kctl->private_value);
436 ret = catpt_ipc_mute_loopback(cdev, id, *(bool *)kctl->private_value);
959 static int catpt_offload1_volume_get(struct snd_kcontrol *kctl,
962 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD1);
965 static int catpt_offload1_volume_put(struct snd_kcontrol *kctl,
968 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD1);
971 static int catpt_offload2_volume_get(struct snd_kcontrol *kctl,
974 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD2);
977 static int catpt_offload2_volume_put(struct snd_kcontrol *kctl,
980 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD2);
983 static int catpt_capture_volume_get(struct snd_kcontrol *kctl,
986 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_CAPTURE1);
989 static int catpt_capture_volume_put(struct snd_kcontrol *kctl,
992 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_CAPTURE1);