Lines Matching refs:ucontrol
173 struct snd_ctl_elem_value *ucontrol) in snd_wl1273_get_audio_route() argument
178 ucontrol->value.integer.value[0] = wl1273->mode; in snd_wl1273_get_audio_route()
191 struct snd_ctl_elem_value *ucontrol) in snd_wl1273_set_audio_route() argument
196 if (wl1273->mode == ucontrol->value.integer.value[0]) in snd_wl1273_set_audio_route()
203 if (ucontrol->value.integer.value[0] < 0 || in snd_wl1273_set_audio_route()
204 ucontrol->value.integer.value[0] >= ARRAY_SIZE(wl1273_audio_route)) in snd_wl1273_set_audio_route()
207 wl1273->mode = ucontrol->value.integer.value[0]; in snd_wl1273_set_audio_route()
215 struct snd_ctl_elem_value *ucontrol) in snd_wl1273_fm_audio_get() argument
222 ucontrol->value.integer.value[0] = wl1273->core->audio_mode; in snd_wl1273_fm_audio_get()
228 struct snd_ctl_elem_value *ucontrol) in snd_wl1273_fm_audio_put() argument
236 val = ucontrol->value.integer.value[0]; in snd_wl1273_fm_audio_put()
252 struct snd_ctl_elem_value *ucontrol) in snd_wl1273_fm_volume_get() argument
259 ucontrol->value.integer.value[0] = wl1273->core->volume; in snd_wl1273_fm_volume_get()
265 struct snd_ctl_elem_value *ucontrol) in snd_wl1273_fm_volume_put() argument
274 ucontrol->value.integer.value[0]); in snd_wl1273_fm_volume_put()