Lines Matching refs:ucontrol

125 				 struct snd_ctl_elem_value *ucontrol)  in tegra210_mvc_get_mute()  argument
138 ucontrol->value.integer.value[0] = mute_mask; in tegra210_mvc_get_mute()
141 ucontrol->value.integer.value[0] = in tegra210_mvc_get_mute()
144 ucontrol->value.integer.value[0] = 0; in tegra210_mvc_get_mute()
151 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_get_master_mute() argument
164 ucontrol->value.integer.value[0] = in tegra210_mvc_get_master_mute()
168 ucontrol->value.integer.value[0] = in tegra210_mvc_get_master_mute()
171 ucontrol->value.integer.value[0] = 0; in tegra210_mvc_get_master_mute()
195 struct snd_ctl_elem_value *ucontrol, in tegra210_mvc_update_mute() argument
200 u32 mute_val = ucontrol->value.integer.value[0]; in tegra210_mvc_update_mute()
248 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_put_mute() argument
250 return tegra210_mvc_update_mute(kcontrol, ucontrol, true); in tegra210_mvc_put_mute()
254 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_put_master_mute() argument
256 return tegra210_mvc_update_mute(kcontrol, ucontrol, false); in tegra210_mvc_put_master_mute()
260 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_get_vol() argument
276 ucontrol->value.integer.value[0] = val; in tegra210_mvc_get_vol()
282 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_get_master_vol() argument
284 return tegra210_mvc_get_vol(kcontrol, ucontrol); in tegra210_mvc_get_master_vol()
288 struct snd_ctl_elem_value *ucontrol, in tegra210_mvc_update_vol() argument
305 tegra210_mvc_conv_vol(mvc, chan, ucontrol->value.integer.value[0]); in tegra210_mvc_update_vol()
344 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_put_vol() argument
346 return tegra210_mvc_update_vol(kcontrol, ucontrol, true); in tegra210_mvc_put_vol()
350 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_put_master_vol() argument
352 return tegra210_mvc_update_vol(kcontrol, ucontrol, false); in tegra210_mvc_put_master_vol()
396 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_get_curve_type() argument
401 ucontrol->value.enumerated.item[0] = mvc->curve_type; in tegra210_mvc_get_curve_type()
407 struct snd_ctl_elem_value *ucontrol) in tegra210_mvc_put_curve_type() argument
420 if (mvc->curve_type == ucontrol->value.enumerated.item[0]) in tegra210_mvc_put_curve_type()
423 mvc->curve_type = ucontrol->value.enumerated.item[0]; in tegra210_mvc_put_curve_type()