diff options
author | Pavel Hofman <pavel.hofman@ivitera.com> | 2021-12-25 14:09:29 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-30 12:10:44 +0100 |
commit | a8cf05160336535fc352c0af66115d0ec0299404 (patch) | |
tree | e6fba1cf44aafb9c6b483ef38afb78dd03222491 | |
parent | e3088ebc1b97a3e5df13f2e218ed8430ab3a4ad2 (diff) | |
download | linux-a8cf05160336535fc352c0af66115d0ec0299404.tar.gz linux-a8cf05160336535fc352c0af66115d0ec0299404.tar.bz2 linux-a8cf05160336535fc352c0af66115d0ec0299404.zip |
docs: ABI: fixed req_number desc in UAC1
Fixed wording of the req_number description in UAC1 docs.
Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com>
Link: https://lore.kernel.org/r/20211225130929.205629-2-pavel.hofman@ivitera.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/ABI/testing/configfs-usb-gadget-uac1 | 2 | ||||
-rw-r--r-- | Documentation/usb/gadget-testing.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-uac1 b/Documentation/ABI/testing/configfs-usb-gadget-uac1 index b576b3d6ea6d..d4b8cf40a9e4 100644 --- a/Documentation/ABI/testing/configfs-usb-gadget-uac1 +++ b/Documentation/ABI/testing/configfs-usb-gadget-uac1 @@ -27,6 +27,6 @@ Description: (in 1/256 dB) p_volume_res playback volume control resolution (in 1/256 dB) - req_number the number of pre-allocated request + req_number the number of pre-allocated requests for both capture and playback ===================== ======================================= diff --git a/Documentation/usb/gadget-testing.rst b/Documentation/usb/gadget-testing.rst index c18113077889..cbbd948c626f 100644 --- a/Documentation/usb/gadget-testing.rst +++ b/Documentation/usb/gadget-testing.rst @@ -931,7 +931,7 @@ The uac1 function provides these attributes in its function directory: p_volume_min playback volume control min value (in 1/256 dB) p_volume_max playback volume control max value (in 1/256 dB) p_volume_res playback volume control resolution (in 1/256 dB) - req_number the number of pre-allocated request for both capture + req_number the number of pre-allocated requests for both capture and playback ================ ==================================================== |