diff options
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/usbaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c index fa3f7a1dc5e1..5149c5893eaa 100644 --- a/sound/usb/usbaudio.c +++ b/sound/usb/usbaudio.c | |||
@@ -1084,7 +1084,7 @@ static int init_substream_urbs(struct snd_usb_substream *subs, unsigned int peri | |||
1084 | urb_packs = 1; | 1084 | urb_packs = 1; |
1085 | urb_packs *= packs_per_ms; | 1085 | urb_packs *= packs_per_ms; |
1086 | if (subs->syncpipe) | 1086 | if (subs->syncpipe) |
1087 | urb_packs = min(urb_packs, 1 << subs->syncinterval); | 1087 | urb_packs = min(urb_packs, 1U << subs->syncinterval); |
1088 | 1088 | ||
1089 | /* decide how many packets to be used */ | 1089 | /* decide how many packets to be used */ |
1090 | if (is_playback) { | 1090 | if (is_playback) { |