Lines Matching refs:ucontrol
318 struct snd_ctl_elem_value *ucontrol) in cxt_update_headset_mode_hook() argument
472 struct snd_ctl_elem_value *ucontrol) in olpc_xo_dc_mode_get() argument
476 ucontrol->value.integer.value[0] = spec->dc_enable; in olpc_xo_dc_mode_get()
481 struct snd_ctl_elem_value *ucontrol) in olpc_xo_dc_mode_put() argument
485 int dc_enable = !!ucontrol->value.integer.value[0]; in olpc_xo_dc_mode_put()
497 struct snd_ctl_elem_value *ucontrol) in olpc_xo_dc_bias_enum_get() argument
501 ucontrol->value.enumerated.item[0] = spec->dc_input_bias; in olpc_xo_dc_bias_enum_get()
512 struct snd_ctl_elem_value *ucontrol) in olpc_xo_dc_bias_enum_put() argument
519 idx = ucontrol->value.enumerated.item[0]; in olpc_xo_dc_bias_enum_put()
553 struct snd_ctl_elem_value *ucontrol) in olpc_xo_mic_boost_put() argument
557 int ret = snd_hda_mixer_amp_volume_put(kcontrol, ucontrol); in olpc_xo_mic_boost_put()