Lines Matching refs:uctl
969 struct snd_ctl_elem_value *uctl) in catpt_offload1_volume_get() argument
971 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD1); in catpt_offload1_volume_get()
975 struct snd_ctl_elem_value *uctl) in catpt_offload1_volume_put() argument
977 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD1); in catpt_offload1_volume_put()
981 struct snd_ctl_elem_value *uctl) in catpt_offload2_volume_get() argument
983 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD2); in catpt_offload2_volume_get()
987 struct snd_ctl_elem_value *uctl) in catpt_offload2_volume_put() argument
989 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD2); in catpt_offload2_volume_put()
993 struct snd_ctl_elem_value *uctl) in catpt_capture_volume_get() argument
995 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_CAPTURE1); in catpt_capture_volume_get()
999 struct snd_ctl_elem_value *uctl) in catpt_capture_volume_put() argument
1001 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_CAPTURE1); in catpt_capture_volume_put()