Home
last modified time | relevance | path

Searched refs:uctl (Results 1 – 2 of 2) sorted by relevance

/drivers/media/pci/ivtv/
Divtv-alsa-mixer.c85 struct snd_ctl_elem_value *uctl) in snd_ivtv_mixer_tv_vol_get() argument
93 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() argument
113 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()
/drivers/media/pci/cx18/
Dcx18-alsa-mixer.c85 struct snd_ctl_elem_value *uctl) in snd_cx18_mixer_tv_vol_get() argument
93 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() argument
113 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()