Lines Matching refs:ucontrol
121 struct snd_ctl_elem_value *ucontrol) in n810_get_spk() argument
123 ucontrol->value.enumerated.item[0] = n810_spk_func; in n810_get_spk()
129 struct snd_ctl_elem_value *ucontrol) in n810_set_spk() argument
133 if (n810_spk_func == ucontrol->value.enumerated.item[0]) in n810_set_spk()
136 n810_spk_func = ucontrol->value.enumerated.item[0]; in n810_set_spk()
143 struct snd_ctl_elem_value *ucontrol) in n810_get_jack() argument
145 ucontrol->value.enumerated.item[0] = n810_jack_func; in n810_get_jack()
151 struct snd_ctl_elem_value *ucontrol) in n810_set_jack() argument
155 if (n810_jack_func == ucontrol->value.enumerated.item[0]) in n810_set_jack()
158 n810_jack_func = ucontrol->value.enumerated.item[0]; in n810_set_jack()
165 struct snd_ctl_elem_value *ucontrol) in n810_get_input() argument
167 ucontrol->value.enumerated.item[0] = n810_dmic_func; in n810_get_input()
173 struct snd_ctl_elem_value *ucontrol) in n810_set_input() argument
177 if (n810_dmic_func == ucontrol->value.enumerated.item[0]) in n810_set_input()
180 n810_dmic_func = ucontrol->value.enumerated.item[0]; in n810_set_input()