Commit a47060cf authored by Takashi Iwai's avatar Takashi Iwai Committed by Greg Kroah-Hartman

usb: audio-v2: Correct the comment for struct uac_clock_selector_descriptor

The comment in UAC2 clock selector descriptor definition mentions the
bAssocTerminal after baCSourceID[], but it doesn't exist in the actual
definition.  Let's correct it.

Fixes: 5dd360eb ("include/linux/usb/audio-v2.h: add more UAC2 details")
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 548f4726
...@@ -94,7 +94,7 @@ struct uac_clock_selector_descriptor { ...@@ -94,7 +94,7 @@ struct uac_clock_selector_descriptor {
__u8 bClockID; __u8 bClockID;
__u8 bNrInPins; __u8 bNrInPins;
__u8 baCSourceID[]; __u8 baCSourceID[];
/* bmControls, bAssocTerminal and iClockSource omitted */ /* bmControls and iClockSource omitted */
} __attribute__((packed)); } __attribute__((packed));
/* 4.7.2.3 Clock Multiplier Descriptor */ /* 4.7.2.3 Clock Multiplier Descriptor */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment