Lines Matching refs:ucontrol
271 struct snd_ctl_elem_value *ucontrol) in snd_soc_get_volsw_2r_st() argument
287 ucontrol->value.integer.value[0] = i; in snd_soc_get_volsw_2r_st()
289 ucontrol->value.integer.value[1] = i; in snd_soc_get_volsw_2r_st()
295 struct snd_ctl_elem_value *ucontrol) in snd_soc_put_volsw_2r_st() argument
305 val = ucontrol->value.integer.value[0]; in snd_soc_put_volsw_2r_st()
306 val2 = ucontrol->value.integer.value[1]; in snd_soc_put_volsw_2r_st()
328 struct snd_ctl_elem_value *ucontrol) in snd_soc_get_volsw_2r_out() argument
341 ucontrol->value.integer.value[0] = (max - val) & mask; in snd_soc_get_volsw_2r_out()
342 ucontrol->value.integer.value[1] = (max - val2) & mask; in snd_soc_get_volsw_2r_out()
348 struct snd_ctl_elem_value *ucontrol) in snd_soc_put_volsw_2r_out() argument
362 val = ((max - ucontrol->value.integer.value[0]) & mask); in snd_soc_put_volsw_2r_out()
363 val2 = ((max - ucontrol->value.integer.value[1]) & mask); in snd_soc_put_volsw_2r_out()