diff options
-rw-r--r-- | sound/usb/usbmixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usbmixer.c b/sound/usb/usbmixer.c index 6ad154aaba1b..e601f4ba5f2c 100644 --- a/sound/usb/usbmixer.c +++ b/sound/usb/usbmixer.c | |||
@@ -67,7 +67,7 @@ struct usb_mixer_build { | |||
67 | unsigned int ctrlif; | 67 | unsigned int ctrlif; |
68 | unsigned short vendor; | 68 | unsigned short vendor; |
69 | unsigned short product; | 69 | unsigned short product; |
70 | DECLARE_BITMAP(unitbitmap, 32*32); | 70 | DECLARE_BITMAP(unitbitmap, 256); |
71 | usb_audio_term_t oterm; | 71 | usb_audio_term_t oterm; |
72 | const struct usbmix_name_map *map; | 72 | const struct usbmix_name_map *map; |
73 | const struct usbmix_selector_map *selector_map; | 73 | const struct usbmix_selector_map *selector_map; |