From 4033b26587bcc77be2844197b651f578018f8999 Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 6 Jul 2021 15:13:55 +0100 Subject: [PATCH] Update API with note about nullable c_audioCtrl is passed --- lib_xua/api/xua_endpoint0.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib_xua/api/xua_endpoint0.h b/lib_xua/api/xua_endpoint0.h index bbce8166..05d56d6d 100644 --- a/lib_xua/api/xua_endpoint0.h +++ b/lib_xua/api/xua_endpoint0.h @@ -15,7 +15,10 @@ * \param c_ep0_out Chanend connected to the XUD_Manager() out endpoint array * \param c_ep0_in Chanend connected to the XUD_Manager() in endpoint array * \param c_audioCtrl Chanend connected to the decouple thread for control - * audio (sample rate changes etc.) + * audio (sample rate changes etc.). Note when nulled, the + * audio device only supports single sample rate/format and + * DFU is not supported either since this channel is used + * to carry messages about format, rate and DFU state * \param c_mix_ctl Optional chanend to be connected to the mixer thread if * present * \param c_clk_ctl Optional chanend to be connected to the clockgen thread if