Lines Matching refs:ucontrol
275 struct snd_ctl_elem_value *ucontrol) in snd_soc_get_volsw_2r_st() argument
291 ucontrol->value.integer.value[0] = i; in snd_soc_get_volsw_2r_st()
293 ucontrol->value.integer.value[1] = i; in snd_soc_get_volsw_2r_st()
299 struct snd_ctl_elem_value *ucontrol) in snd_soc_put_volsw_2r_st() argument
309 val = ucontrol->value.integer.value[0]; in snd_soc_put_volsw_2r_st()
310 val2 = ucontrol->value.integer.value[1]; in snd_soc_put_volsw_2r_st()
332 struct snd_ctl_elem_value *ucontrol) in snd_soc_get_volsw_2r_out() argument
345 ucontrol->value.integer.value[0] = (max - val) & mask; in snd_soc_get_volsw_2r_out()
346 ucontrol->value.integer.value[1] = (max - val2) & mask; in snd_soc_get_volsw_2r_out()
352 struct snd_ctl_elem_value *ucontrol) in snd_soc_put_volsw_2r_out() argument
366 val = ((max - ucontrol->value.integer.value[0]) & mask); in snd_soc_put_volsw_2r_out()
367 val2 = ((max - ucontrol->value.integer.value[1]) & mask); in snd_soc_put_volsw_2r_out()