diff options
Diffstat (limited to 'include/linux/usb/audio-v2.h')
| -rw-r--r-- | include/linux/usb/audio-v2.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/linux/usb/audio-v2.h b/include/linux/usb/audio-v2.h index c5f2158ab00e..fd73bc0e9027 100644 --- a/include/linux/usb/audio-v2.h +++ b/include/linux/usb/audio-v2.h | |||
| @@ -115,13 +115,13 @@ struct uac2_input_terminal_descriptor { | |||
| 115 | __u8 bDescriptorType; | 115 | __u8 bDescriptorType; |
| 116 | __u8 bDescriptorSubtype; | 116 | __u8 bDescriptorSubtype; |
| 117 | __u8 bTerminalID; | 117 | __u8 bTerminalID; |
| 118 | __u16 wTerminalType; | 118 | __le16 wTerminalType; |
| 119 | __u8 bAssocTerminal; | 119 | __u8 bAssocTerminal; |
| 120 | __u8 bCSourceID; | 120 | __u8 bCSourceID; |
| 121 | __u8 bNrChannels; | 121 | __u8 bNrChannels; |
| 122 | __u32 bmChannelConfig; | 122 | __le32 bmChannelConfig; |
| 123 | __u8 iChannelNames; | 123 | __u8 iChannelNames; |
| 124 | __u16 bmControls; | 124 | __le16 bmControls; |
| 125 | __u8 iTerminal; | 125 | __u8 iTerminal; |
| 126 | } __attribute__((packed)); | 126 | } __attribute__((packed)); |
| 127 | 127 | ||
| @@ -132,11 +132,11 @@ struct uac2_output_terminal_descriptor { | |||
| 132 | __u8 bDescriptorType; | 132 | __u8 bDescriptorType; |
| 133 | __u8 bDescriptorSubtype; | 133 | __u8 bDescriptorSubtype; |
| 134 | __u8 bTerminalID; | 134 | __u8 bTerminalID; |
| 135 | __u16 wTerminalType; | 135 | __le16 wTerminalType; |
| 136 | __u8 bAssocTerminal; | 136 | __u8 bAssocTerminal; |
| 137 | __u8 bSourceID; | 137 | __u8 bSourceID; |
| 138 | __u8 bCSourceID; | 138 | __u8 bCSourceID; |
| 139 | __u16 bmControls; | 139 | __le16 bmControls; |
| 140 | __u8 iTerminal; | 140 | __u8 iTerminal; |
| 141 | } __attribute__((packed)); | 141 | } __attribute__((packed)); |
| 142 | 142 | ||
| @@ -164,9 +164,9 @@ struct uac2_as_header_descriptor { | |||
| 164 | __u8 bTerminalLink; | 164 | __u8 bTerminalLink; |
| 165 | __u8 bmControls; | 165 | __u8 bmControls; |
| 166 | __u8 bFormatType; | 166 | __u8 bFormatType; |
| 167 | __u32 bmFormats; | 167 | __le32 bmFormats; |
| 168 | __u8 bNrChannels; | 168 | __u8 bNrChannels; |
| 169 | __u32 bmChannelConfig; | 169 | __le32 bmChannelConfig; |
| 170 | __u8 iChannelNames; | 170 | __u8 iChannelNames; |
| 171 | } __attribute__((packed)); | 171 | } __attribute__((packed)); |
| 172 | 172 | ||
