From 02949bae5c148c2cedb493086d72eede3f3148cb Mon Sep 17 00:00:00 2001 From: Pavel Hofman Date: Sat, 25 Dec 2021 14:09:28 +0100 Subject: [PATCH] UPSTREAM: docs: ABI: added missing num_requests param to UAC2 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 Link: https://lore.kernel.org/r/20211225130929.205629-1-pavel.hofman@ivitera.com Signed-off-by: Greg Kroah-Hartman Bug: 235196743 (cherry picked from commit e3088ebc1b97a3e5df13f2e218ed8430ab3a4ad2) Change-Id: I9ea7ca2f41219ed5767b88722c73f8747a464f71 Signed-off-by: Luiz Matheus --- Documentation/ABI/testing/configfs-usb-gadget-uac2 | 2 ++ 1 file changed, 2 insertions(+) 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 ===================== =======================================