Skip to content

Commit

Permalink
Merge branch 'topic/misc' into topic/usb
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Iwai committed Mar 5, 2010
2 parents 767d75a + 2b9ddcb commit 36e632d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/usb/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ struct uac_format_type_i_ext_descriptor {
__u8 bLength;
__u8 bDescriptorType;
__u8 bDescriptorSubtype;
__u8 bSubslotSize;
__u8 bFormatType;
__u8 bSubslotSize;
__u8 bBitResolution;
__u8 bHeaderLength;
__u8 bControlSize;
Expand Down
1 change: 1 addition & 0 deletions sound/isa/sb/jazz16.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <asm/dma.h>
#include <linux/isa.h>
#include <sound/core.h>
Expand Down

0 comments on commit 36e632d

Please sign in to comment.