Lines Matching refs:uctl
973 struct snd_ctl_elem_value *uctl) in catpt_offload1_volume_get() argument
975 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD1); in catpt_offload1_volume_get()
979 struct snd_ctl_elem_value *uctl) in catpt_offload1_volume_put() argument
981 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD1); in catpt_offload1_volume_put()
985 struct snd_ctl_elem_value *uctl) in catpt_offload2_volume_get() argument
987 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_OFFLOAD2); in catpt_offload2_volume_get()
991 struct snd_ctl_elem_value *uctl) in catpt_offload2_volume_put() argument
993 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_OFFLOAD2); in catpt_offload2_volume_put()
997 struct snd_ctl_elem_value *uctl) in catpt_capture_volume_get() argument
999 return catpt_stream_volume_get(kctl, uctl, CATPT_PIN_ID_CAPTURE1); in catpt_capture_volume_get()
1003 struct snd_ctl_elem_value *uctl) in catpt_capture_volume_put() argument
1005 return catpt_stream_volume_put(kctl, uctl, CATPT_PIN_ID_CAPTURE1); in catpt_capture_volume_put()