Lines Matching refs:uctl
968 struct snd_ctl_elem_value *uctl)
970 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD1);
974 struct snd_ctl_elem_value *uctl)
976 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD1);
980 struct snd_ctl_elem_value *uctl)
982 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD2);
986 struct snd_ctl_elem_value *uctl)
988 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD2);
992 struct snd_ctl_elem_value *uctl)
994 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_CAPTURE1);
998 struct snd_ctl_elem_value *uctl)
1000 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_CAPTURE1);