aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/stream.c')
-rw-r--r--sound/usb/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/stream.c b/sound/usb/stream.c
index ad181d538bd9..ad0704656fe5 100644
--- a/sound/usb/stream.c
+++ b/sound/usb/stream.c
@@ -463,7 +463,7 @@ int snd_usb_parse_audio_interface(struct snd_usb_audio *chip, int iface_no)
463 struct usb_host_interface *alts; 463 struct usb_host_interface *alts;
464 struct usb_interface_descriptor *altsd; 464 struct usb_interface_descriptor *altsd;
465 int i, altno, err, stream; 465 int i, altno, err, stream;
466 int format = 0, num_channels = 0; 466 unsigned int format = 0, num_channels = 0;
467 struct audioformat *fp = NULL; 467 struct audioformat *fp = NULL;
468 int num, protocol, clock = 0; 468 int num, protocol, clock = 0;
469 struct uac_format_type_i_continuous_descriptor *fmt; 469 struct uac_format_type_i_continuous_descriptor *fmt;