Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262671
b: refs/heads/master
c: 824818b
h: refs/heads/master
i:
  262669: a382921
  262667: 2e3a228
  262663: d8e75b2
  262655: 19858eb
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Aug 4, 2011
1 parent 45395d6 commit da1a2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2921623f71c0a7f8ab979a8903cccd7a374436e7
refs/heads/master: 824818b148db42173446707df4cbd61cd7133272
2 changes: 1 addition & 1 deletion trunk/sound/usb/endpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ int snd_usb_parse_audio_endpoints(struct snd_usb_audio *chip, int iface_no)
continue;
}
if (((protocol == UAC_VERSION_1) && (fmt->bLength < 8)) ||
((protocol == UAC_VERSION_2) && (fmt->bLength != 6))) {
((protocol == UAC_VERSION_2) && (fmt->bLength < 6))) {
snd_printk(KERN_ERR "%d:%u:%d : invalid UAC_FORMAT_TYPE desc\n",
dev->devnum, iface_no, altno);
continue;
Expand Down

0 comments on commit da1a2ba

Please sign in to comment.