Lines Matching defs:kctl
972 static int catpt_offload1_volume_get(struct snd_kcontrol *kctl,
975 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD1);
978 static int catpt_offload1_volume_put(struct snd_kcontrol *kctl,
981 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD1);
984 static int catpt_offload2_volume_get(struct snd_kcontrol *kctl,
987 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD2);
990 static int catpt_offload2_volume_put(struct snd_kcontrol *kctl,
993 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD2);
996 static int catpt_capture_volume_get(struct snd_kcontrol *kctl,
999 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_CAPTURE1);
1002 static int catpt_capture_volume_put(struct snd_kcontrol *kctl,
1005 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_CAPTURE1);