Lines Matching defs:kcontrol
1864 snd_rme96_get_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
1866 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
1874 snd_rme96_put_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
1876 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
1891 snd_rme96_info_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
1896 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
1927 snd_rme96_get_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
1929 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
1966 snd_rme96_put_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
1968 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2008 snd_rme96_info_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
2015 snd_rme96_get_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2017 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2025 snd_rme96_put_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2027 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2040 snd_rme96_info_attenuation_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
2049 snd_rme96_get_attenuation_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2051 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2059 snd_rme96_put_attenuation_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2061 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2075 snd_rme96_info_montracks_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
2082 snd_rme96_get_montracks_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2084 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2092 snd_rme96_put_montracks_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2094 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2128 static int snd_rme96_control_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
2135 static int snd_rme96_control_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2137 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2143 static int snd_rme96_control_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2145 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2157 static int snd_rme96_control_spdif_stream_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
2164 static int snd_rme96_control_spdif_stream_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2166 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2172 static int snd_rme96_control_spdif_stream_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2174 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2189 static int snd_rme96_control_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
2196 static int snd_rme96_control_spdif_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2198 ucontrol->value.iec958.status[0] = kcontrol->private_value;
2203 snd_rme96_dac_volume_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
2205 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2215 snd_rme96_dac_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *u)
2217 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);
2228 snd_rme96_dac_volume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *u)
2230 struct rme96 *rme96 = snd_kcontrol_chip(kcontrol);