Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor

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>

authored by

Alexander Tsoy and committed by
Greg Kroah-Hartman
4ca79255 44481a01

+2 -2
+2 -2
include/linux/usb/audio-v2.h
··· 82 82 #define UAC_CLOCK_SOURCE_TYPE_INT_PROG 0x3 83 83 #define UAC_CLOCK_SOURCE_SYNCED_TO_SOF (1 << 2) 84 84 85 - /* 4.7.2.2 Clock Source Descriptor */ 85 + /* 4.7.2.2 Clock Selector Descriptor */ 86 86 87 87 struct uac_clock_selector_descriptor { 88 88 __u8 bLength; ··· 91 91 __u8 bClockID; 92 92 __u8 bNrInPins; 93 93 __u8 baCSourceID[]; 94 - /* bmControls and iClockSource omitted */ 94 + /* bmControls and iClockSelector omitted */ 95 95 } __attribute__((packed)); 96 96 97 97 /* 4.7.2.3 Clock Multiplier Descriptor */