Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_uac1.c814 s16 res_db; in in_rq_res() local
817 res_db = opts->p_volume_res; in in_rq_res()
819 res_db = opts->c_volume_res; in in_rq_res()
821 r = cpu_to_le16(res_db); in in_rq_res()
H A Df_uac2.c1648 s16 max_db, min_db, res_db; in in_rq_range() local
1653 res_db = opts->p_volume_res; in in_rq_range()
1657 res_db = opts->c_volume_res; in in_rq_range()
1662 r.wRES = cpu_to_le16(res_db); in in_rq_range()