Lines Matching defs:kctl
976 static int catpt_offload1_volume_get(struct snd_kcontrol *kctl,
979 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD1);
982 static int catpt_offload1_volume_put(struct snd_kcontrol *kctl,
985 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD1);
988 static int catpt_offload2_volume_get(struct snd_kcontrol *kctl,
991 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD2);
994 static int catpt_offload2_volume_put(struct snd_kcontrol *kctl,
997 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD2);
1000 static int catpt_capture_volume_get(struct snd_kcontrol *kctl,
1003 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_CAPTURE1);
1006 static int catpt_capture_volume_put(struct snd_kcontrol *kctl,
1009 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_CAPTURE1);