Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Du_audio.h28 bool volume_present; /* volume control enable */ member
Df_uac1.c1305 audio->params.p_fu.volume_present = in f_audio_bind()
1317 audio->params.c_fu.volume_present = in f_audio_bind()
Df_uac2.c1228 agdev->params.p_fu.volume_present = uac2_opts->p_volume_present; in afunc_bind()
1239 agdev->params.c_fu.volume_present = uac2_opts->c_volume_present; in afunc_bind()
Du_audio.c1109 if (fu->volume_present) { in g_audio_setup()