Searched refs:client_ctl (Results 1 – 1 of 1) sorted by relevance
802 struct v4l2_control client_ctl; in snd_cx88_alc_put() local804 memset(&client_ctl, 0, sizeof(client_ctl)); in snd_cx88_alc_put()805 client_ctl.value = 0 != value->value.integer.value[0]; in snd_cx88_alc_put()806 client_ctl.id = V4L2_CID_AUDIO_LOUDNESS; in snd_cx88_alc_put()807 call_hw(core, WM8775_GID, core, s_ctrl, &client_ctl); in snd_cx88_alc_put()