Lines Matching refs:uctl
960 struct snd_ctl_elem_value *uctl) in catpt_offload1_volume_get() argument
962 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD1); in catpt_offload1_volume_get()
966 struct snd_ctl_elem_value *uctl) in catpt_offload1_volume_put() argument
968 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD1); in catpt_offload1_volume_put()
972 struct snd_ctl_elem_value *uctl) in catpt_offload2_volume_get() argument
974 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD2); in catpt_offload2_volume_get()
978 struct snd_ctl_elem_value *uctl) in catpt_offload2_volume_put() argument
980 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD2); in catpt_offload2_volume_put()
984 struct snd_ctl_elem_value *uctl) in catpt_capture_volume_get() argument
986 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_CAPTURE1); in catpt_capture_volume_get()
990 struct snd_ctl_elem_value *uctl) in catpt_capture_volume_put() argument
992 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_CAPTURE1); in catpt_capture_volume_put()