Skip to content

Commit

Permalink
docs: ABI: fixed req_number desc in UAC1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Hofman authored and Greg Kroah-Hartman committed Dec 30, 2021
1 parent e3088eb commit a8cf051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/ABI/testing/configfs-usb-gadget-uac1
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================== =======================================
2 changes: 1 addition & 1 deletion Documentation/usb/gadget-testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
================ ====================================================

Expand Down

0 comments on commit a8cf051

Please sign in to comment.