Lines Matching refs:ucontrol
723 struct snd_ctl_elem_value *ucontrol) in hr222_mic_vol_get() argument
727 ucontrol->value.integer.value[0] = chip->mic_volume; in hr222_mic_vol_get()
733 struct snd_ctl_elem_value *ucontrol) in hr222_mic_vol_put() argument
738 if (chip->mic_volume != ucontrol->value.integer.value[0]) { in hr222_mic_vol_put()
740 chip->mic_volume = ucontrol->value.integer.value[0]; in hr222_mic_vol_put()
773 struct snd_ctl_elem_value *ucontrol) in hr222_mic_boost_get() argument
777 ucontrol->value.integer.value[0] = chip->mic_boost; in hr222_mic_boost_get()
783 struct snd_ctl_elem_value *ucontrol) in hr222_mic_boost_put() argument
788 if (chip->mic_boost != ucontrol->value.integer.value[0]) { in hr222_mic_boost_put()
790 chip->mic_boost = ucontrol->value.integer.value[0]; in hr222_mic_boost_put()
813 struct snd_ctl_elem_value *ucontrol) in hr222_phantom_power_get() argument
817 ucontrol->value.integer.value[0] = chip->phantom_power; in hr222_phantom_power_get()
823 struct snd_ctl_elem_value *ucontrol) in hr222_phantom_power_put() argument
829 power = !!ucontrol->value.integer.value[0]; in hr222_phantom_power_put()