Home
last modified time | relevance | path

Searched refs:volume_res (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_audio.c64 s16 volume_min, volume_max, volume_res; member
1061 (prm->volume_max - prm->volume_min + prm->volume_res - 1) in u_audio_volume_info()
1062 / prm->volume_res; in u_audio_volume_info()
1076 (prm->volume - prm->volume_min) / prm->volume_res; in u_audio_volume_get()
1096 volume = (val * prm->volume_res) + prm->volume_min; in u_audio_volume_put()
1617 prm->volume_res = fu->volume_res; in g_audio_setup()
H A Du_audio.h38 s16 volume_res; /* volume resolution in 1/256 dB */ member
H A Df_uac1.c1700 audio->params.p_fu.volume_res = audio_opts->p_volume_res; in f_audio_bind()
1713 audio->params.c_fu.volume_res = audio_opts->c_volume_res; in f_audio_bind()
H A Df_uac2.c1309 agdev->params.p_fu.volume_res = uac2_opts->p_volume_res; in afunc_bind()
1321 agdev->params.c_fu.volume_res = uac2_opts->c_volume_res; in afunc_bind()