projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44481a0
)
usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor
author
Alexander Tsoy
<alexander@tsoy.me>
Thu, 25 Jan 2024 21:16:35 +0000
(
00:16
+0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 28 Jan 2024 00:53:38 +0000
(16:53 -0800)
This is likely a copy-paste error. Replace "Source" with "Selector" where
appropriate.
Fixes: 7e847894039d7 ("linux/usb/audio.h: split header")
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Link:
https://lore.kernel.org/r/20240125211635.30140-1-alexander@tsoy.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/audio-v2.h
patch
|
blob
|
history
diff --git
a/include/linux/usb/audio-v2.h
b/include/linux/usb/audio-v2.h
index ca796dc1a984f26ee0d71cae724f222f6e49da5b..6e555561001008bc0f1c23124e48dc51b152e8d0 100644
(file)
--- a/
include/linux/usb/audio-v2.h
+++ b/
include/linux/usb/audio-v2.h
@@
-82,7
+82,7
@@
struct uac_clock_source_descriptor {
#define UAC_CLOCK_SOURCE_TYPE_INT_PROG 0x3
#define UAC_CLOCK_SOURCE_SYNCED_TO_SOF (1 << 2)
-/* 4.7.2.2 Clock S
ource
Descriptor */
+/* 4.7.2.2 Clock S
elector
Descriptor */
struct uac_clock_selector_descriptor {
__u8 bLength;
@@
-91,7
+91,7
@@
struct uac_clock_selector_descriptor {
__u8 bClockID;
__u8 bNrInPins;
__u8 baCSourceID[];
- /* bmControls and iClockS
ource
omitted */
+ /* bmControls and iClockS
elector
omitted */
} __attribute__((packed));
/* 4.7.2.3 Clock Multiplier Descriptor */