Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Du_audio.h35 bool volume_present; /* volume control enable */ member
H A Df_uac1.c1457 audio->params.p_fu.volume_present = in f_audio_bind()
1470 audio->params.c_fu.volume_present = in f_audio_bind()
H A Df_uac2.c1317 agdev->params.p_fu.volume_present = uac2_opts->p_volume_present; in afunc_bind()
1329 agdev->params.c_fu.volume_present = uac2_opts->c_volume_present; in afunc_bind()
H A Du_audio.c1363 if (fu->volume_present) { in g_audio_setup()