Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
A Du_uac1.h49 s16 c_volume_max; member
A Du_uac2.h64 s16 c_volume_max; member
A Df_uac1.c611 max_db = opts->c_volume_max; in in_rq_max()
1209 } else if (opts->c_volume_max <= opts->c_volume_min) { in f_audio_validate_opts()
1223 } else if ((opts->c_volume_max - opts->c_volume_min) % opts->c_volume_res) { in f_audio_validate_opts()
1473 audio->params.c_fu.volume_max = audio_opts->c_volume_max; in f_audio_bind()
1682 UAC1_ATTRIBUTE(s16, c_volume_max);
1777 opts->c_volume_max = UAC1_DEF_MAX_DB; in f_audio_alloc_inst()
A Df_uac2.c997 else if (opts->c_volume_max <= opts->c_volume_min) in afunc_validate_opts()
1006 else if ((opts->c_volume_max - opts->c_volume_min) % opts->c_volume_res) in afunc_validate_opts()
1331 agdev->params.c_fu.volume_max = uac2_opts->c_volume_max; in afunc_bind()
1666 max_db = opts->c_volume_max; in in_rq_range()
2106 UAC2_ATTRIBUTE(s16, c_volume_max);
2221 opts->c_volume_max = UAC2_DEF_MAX_DB; in afunc_alloc_inst()

Completed in 14 milliseconds