Message ID | 20211225130929.205629-1-pavel.hofman@ivitera.com |
---|---|
State | New |
Headers | show |
Series | [1/2] docs: ABI: added missing num_requests param to UAC2 | expand |
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-uac2 b/Documentation/ABI/testing/configfs-usb-gadget-uac2 index 244d96650123..9cddadc53e0b 100644 --- a/Documentation/ABI/testing/configfs-usb-gadget-uac2 +++ b/Documentation/ABI/testing/configfs-usb-gadget-uac2 @@ -30,4 +30,6 @@ Description: (in 1/256 dB) p_volume_res playback volume control resolution (in 1/256 dB) + req_number the number of pre-allocated requests for both capture + and playback ===================== =======================================
The existing configfs-usb-gadget-uac2 ABI doc for testing was missing the num_requests param. The patch adds the parameter to the document. Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com> --- Documentation/ABI/testing/configfs-usb-gadget-uac2 | 2 ++ 1 file changed, 2 insertions(+)