diff options
author | Peter Chen | 2015-03-27 16:32:18 +0800 |
---|---|---|
committer | Felipe Balbi | 2015-04-27 15:55:39 -0500 |
commit | 4e39acab03de8db6881dfd981407b6d3ff62c62d (patch) | |
tree | b90898d23598a433cd0f13b61b6c134904aebf22 /Documentation/usb | |
parent | 205845ef70dd01094415bceafbc86a97eb1899a9 (diff) |
usb: Documentation: gadget-testing: fix parameter for capture channel mask
Fix the UAC2 parameter capture channel mask
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/gadget-testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/gadget-testing.txt b/Documentation/usb/gadget-testing.txt index f45b2bf4b41d..7769eee3b1b5 100644 --- a/Documentation/usb/gadget-testing.txt +++ b/Documentation/usb/gadget-testing.txt @@ -629,7 +629,7 @@ Function-specific configfs interface The function name to use when creating the function directory is "uac2". The uac2 function provides these attributes in its function directory: - chmask - capture channel mask + c_chmask - capture channel mask c_srate - capture sampling rate c_ssize - capture sample size (bytes) p_chmask - playback channel mask |