diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-06-16 11:57:28 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-06-23 10:09:26 -0400 |
commit | 69da9bcb98ccbfb5d5f751bc13418f1307332925 (patch) | |
tree | 4ba6ac91c576c0dcfabd31e78e8538e21c471cfe /include/linux/usb/audio-v2.h | |
parent | f22aa94908352f40fce65b9a9180370fb09ecbe9 (diff) |
ALSA: usb-audio: unify UAC macros and struct names
Get rid of the last occurances of _v1 suffixes, and move the version
number right after the "uac" string. Now things are consitent again.
Sorry for the forth and back, but it just looks much nicer this way.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/usb/audio-v2.h')
-rw-r--r-- | include/linux/usb/audio-v2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/audio-v2.h b/include/linux/usb/audio-v2.h index 383b94ba8c20..716aebe339e8 100644 --- a/include/linux/usb/audio-v2.h +++ b/include/linux/usb/audio-v2.h | |||
@@ -121,7 +121,7 @@ struct uac2_feature_unit_descriptor { | |||
121 | 121 | ||
122 | /* 4.9.2 Class-Specific AS Interface Descriptor */ | 122 | /* 4.9.2 Class-Specific AS Interface Descriptor */ |
123 | 123 | ||
124 | struct uac_as_header_descriptor_v2 { | 124 | struct uac2_as_header_descriptor { |
125 | __u8 bLength; | 125 | __u8 bLength; |
126 | __u8 bDescriptorType; | 126 | __u8 bDescriptorType; |
127 | __u8 bDescriptorSubtype; | 127 | __u8 bDescriptorSubtype; |