Lines Matching refs:ucontrol
134 struct snd_ctl_elem_value *ucontrol) in n810_get_spk() argument
136 ucontrol->value.integer.value[0] = n810_spk_func; in n810_get_spk()
142 struct snd_ctl_elem_value *ucontrol) in n810_set_spk() argument
146 if (n810_spk_func == ucontrol->value.integer.value[0]) in n810_set_spk()
149 n810_spk_func = ucontrol->value.integer.value[0]; in n810_set_spk()
156 struct snd_ctl_elem_value *ucontrol) in n810_get_jack() argument
158 ucontrol->value.integer.value[0] = n810_jack_func; in n810_get_jack()
164 struct snd_ctl_elem_value *ucontrol) in n810_set_jack() argument
168 if (n810_jack_func == ucontrol->value.integer.value[0]) in n810_set_jack()
171 n810_jack_func = ucontrol->value.integer.value[0]; in n810_set_jack()
178 struct snd_ctl_elem_value *ucontrol) in n810_get_input() argument
180 ucontrol->value.integer.value[0] = n810_dmic_func; in n810_get_input()
186 struct snd_ctl_elem_value *ucontrol) in n810_set_input() argument
190 if (n810_dmic_func == ucontrol->value.integer.value[0]) in n810_set_input()
193 n810_dmic_func = ucontrol->value.integer.value[0]; in n810_set_input()