Lines Matching refs:integer
203 hsw_mixer_to_ipc(ucontrol->value.integer.value[0]); in hsw_stream_volume_put()
205 hsw_mixer_to_ipc(ucontrol->value.integer.value[1]); in hsw_stream_volume_put()
212 if (ucontrol->value.integer.value[0] == in hsw_stream_volume_put()
213 ucontrol->value.integer.value[1]) { in hsw_stream_volume_put()
214 volume = hsw_mixer_to_ipc(ucontrol->value.integer.value[0]); in hsw_stream_volume_put()
218 volume = hsw_mixer_to_ipc(ucontrol->value.integer.value[0]); in hsw_stream_volume_put()
220 volume = hsw_mixer_to_ipc(ucontrol->value.integer.value[1]); in hsw_stream_volume_put()
251 ucontrol->value.integer.value[0] = in hsw_stream_volume_get()
253 ucontrol->value.integer.value[1] = in hsw_stream_volume_get()
262 ucontrol->value.integer.value[0] = hsw_ipc_to_mixer(volume); in hsw_stream_volume_get()
264 ucontrol->value.integer.value[1] = hsw_ipc_to_mixer(volume); in hsw_stream_volume_get()
283 if (ucontrol->value.integer.value[0] == in hsw_volume_put()
284 ucontrol->value.integer.value[1]) { in hsw_volume_put()
286 volume = hsw_mixer_to_ipc(ucontrol->value.integer.value[0]); in hsw_volume_put()
290 volume = hsw_mixer_to_ipc(ucontrol->value.integer.value[0]); in hsw_volume_put()
293 volume = hsw_mixer_to_ipc(ucontrol->value.integer.value[1]); in hsw_volume_put()
312 ucontrol->value.integer.value[0] = hsw_ipc_to_mixer(volume); in hsw_volume_get()
315 ucontrol->value.integer.value[1] = hsw_ipc_to_mixer(volume); in hsw_volume_get()
330 ucontrol->value.integer.value[0] = in hsw_waves_switch_get()
344 bool switch_on = (bool)ucontrol->value.integer.value[0]; in hsw_waves_switch_put()