Lines Matching refs:ucontrol
135 struct snd_ctl_elem_value *ucontrol) in n810_get_spk() argument
137 ucontrol->value.integer.value[0] = n810_spk_func; in n810_get_spk()
143 struct snd_ctl_elem_value *ucontrol) in n810_set_spk() argument
147 if (n810_spk_func == ucontrol->value.integer.value[0]) in n810_set_spk()
150 n810_spk_func = ucontrol->value.integer.value[0]; in n810_set_spk()
157 struct snd_ctl_elem_value *ucontrol) in n810_get_jack() argument
159 ucontrol->value.integer.value[0] = n810_jack_func; in n810_get_jack()
165 struct snd_ctl_elem_value *ucontrol) in n810_set_jack() argument
169 if (n810_jack_func == ucontrol->value.integer.value[0]) in n810_set_jack()
172 n810_jack_func = ucontrol->value.integer.value[0]; in n810_set_jack()
179 struct snd_ctl_elem_value *ucontrol) in n810_get_input() argument
181 ucontrol->value.integer.value[0] = n810_dmic_func; in n810_get_input()
187 struct snd_ctl_elem_value *ucontrol) in n810_set_input() argument
191 if (n810_dmic_func == ucontrol->value.integer.value[0]) in n810_set_input()
194 n810_dmic_func = ucontrol->value.integer.value[0]; in n810_set_input()