Searched refs:uctl (Results 1 – 2 of 2) sorted by relevance
85 struct snd_ctl_elem_value *uctl) in snd_ivtv_mixer_tv_vol_get() argument93 vctrl.value = dB_to_cx25840_vol(uctl->value.integer.value[0]); in snd_ivtv_mixer_tv_vol_get()100 uctl->value.integer.value[0] = cx25840_vol_to_dB(vctrl.value); in snd_ivtv_mixer_tv_vol_get()105 struct snd_ctl_elem_value *uctl) in snd_ivtv_mixer_tv_vol_put() argument113 vctrl.value = dB_to_cx25840_vol(uctl->value.integer.value[0]); in snd_ivtv_mixer_tv_vol_put()121 (cx25840_vol_to_dB(vctrl.value) != uctl->value.integer.value[0])) { in snd_ivtv_mixer_tv_vol_put()124 vctrl.value = dB_to_cx25840_vol(uctl->value.integer.value[0]); in snd_ivtv_mixer_tv_vol_put()
85 struct snd_ctl_elem_value *uctl) in snd_cx18_mixer_tv_vol_get() argument93 vctrl.value = dB_to_cx18_av_vol(uctl->value.integer.value[0]); in snd_cx18_mixer_tv_vol_get()100 uctl->value.integer.value[0] = cx18_av_vol_to_dB(vctrl.value); in snd_cx18_mixer_tv_vol_get()105 struct snd_ctl_elem_value *uctl) in snd_cx18_mixer_tv_vol_put() argument113 vctrl.value = dB_to_cx18_av_vol(uctl->value.integer.value[0]); in snd_cx18_mixer_tv_vol_put()121 (cx18_av_vol_to_dB(vctrl.value) != uctl->value.integer.value[0])) { in snd_cx18_mixer_tv_vol_put()124 vctrl.value = dB_to_cx18_av_vol(uctl->value.integer.value[0]); in snd_cx18_mixer_tv_vol_put()