diff options
Diffstat (limited to 'include/linux/usb/audio.h')
-rw-r--r-- | include/linux/usb/audio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/usb/audio.h b/include/linux/usb/audio.h index c0ef18dc2da7..5d646c388752 100644 --- a/include/linux/usb/audio.h +++ b/include/linux/usb/audio.h | |||
@@ -101,7 +101,7 @@ struct uac_ac_header_descriptor_v1 { | |||
101 | #define UAC_DT_AC_HEADER_SIZE(n) (8 + (n)) | 101 | #define UAC_DT_AC_HEADER_SIZE(n) (8 + (n)) |
102 | 102 | ||
103 | /* As above, but more useful for defining your own descriptors: */ | 103 | /* As above, but more useful for defining your own descriptors: */ |
104 | #define DECLARE_UAC_AC_HEADER_DESCRIPTOR(n) \ | 104 | #define DECLARE_UAC_AC_HEADER_DESCRIPTOR(n) \ |
105 | struct uac_ac_header_descriptor_v1_##n { \ | 105 | struct uac_ac_header_descriptor_v1_##n { \ |
106 | __u8 bLength; \ | 106 | __u8 bLength; \ |
107 | __u8 bDescriptorType; \ | 107 | __u8 bDescriptorType; \ |
@@ -169,7 +169,7 @@ struct uac_output_terminal_descriptor_v1 { | |||
169 | #define UAC_DT_FEATURE_UNIT_SIZE(ch) (7 + ((ch) + 1) * 2) | 169 | #define UAC_DT_FEATURE_UNIT_SIZE(ch) (7 + ((ch) + 1) * 2) |
170 | 170 | ||
171 | /* As above, but more useful for defining your own descriptors: */ | 171 | /* As above, but more useful for defining your own descriptors: */ |
172 | #define DECLARE_UAC_FEATURE_UNIT_DESCRIPTOR(ch) \ | 172 | #define DECLARE_UAC_FEATURE_UNIT_DESCRIPTOR(ch) \ |
173 | struct uac_feature_unit_descriptor_##ch { \ | 173 | struct uac_feature_unit_descriptor_##ch { \ |
174 | __u8 bLength; \ | 174 | __u8 bLength; \ |
175 | __u8 bDescriptorType; \ | 175 | __u8 bDescriptorType; \ |
@@ -378,7 +378,7 @@ struct uac_format_type_i_discrete_descriptor { | |||
378 | __u8 tSamFreq[][3]; | 378 | __u8 tSamFreq[][3]; |
379 | } __attribute__ ((packed)); | 379 | } __attribute__ ((packed)); |
380 | 380 | ||
381 | #define DECLARE_UAC_FORMAT_TYPE_I_DISCRETE_DESC(n) \ | 381 | #define DECLARE_UAC_FORMAT_TYPE_I_DISCRETE_DESC(n) \ |
382 | struct uac_format_type_i_discrete_descriptor_##n { \ | 382 | struct uac_format_type_i_discrete_descriptor_##n { \ |
383 | __u8 bLength; \ | 383 | __u8 bLength; \ |
384 | __u8 bDescriptorType; \ | 384 | __u8 bDescriptorType; \ |