Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_audio.h35 bool volume_present; /* volume control enable */ member
H A Df_uac1.c1696 audio->params.p_fu.volume_present = in f_audio_bind()
1709 audio->params.c_fu.volume_present = in f_audio_bind()
H A Df_uac2.c1306 agdev->params.p_fu.volume_present = uac2_opts->p_volume_present; in afunc_bind()
1318 agdev->params.c_fu.volume_present = uac2_opts->c_volume_present; in afunc_bind()
H A Du_audio.c1589 if (fu->volume_present) { in g_audio_setup()