Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Du_audio.h33 bool mute_present; /* mute control enable */ member
H A Df_uac1.c1383 audio->params.p_fu.mute_present = audio_opts->p_mute_present; in f_audio_bind()
1396 audio->params.c_fu.mute_present = audio_opts->c_mute_present; in f_audio_bind()
H A Df_uac2.c1306 agdev->params.p_fu.mute_present = uac2_opts->p_mute_present; in afunc_bind()
1318 agdev->params.c_fu.mute_present = uac2_opts->c_mute_present; in afunc_bind()
H A Du_audio.c1314 if (fu->mute_present) { in g_audio_setup()