Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264998
b: refs/heads/master
c: 7c5881d
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Sep 9, 2011
1 parent d42d4de commit 66a4b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ef7f584ce7b40bcfc108477d2711270379ca8596
refs/heads/master: 7c5881d1625d844cdfcc027a970f0d034b982ba5
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/f_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ static int audio_set_endpoint_req(struct usb_function *f,

switch (ctrl->bRequest) {
case UAC_SET_CUR:
value = 0;
value = len;
break;

case UAC_SET_MIN:
Expand Down Expand Up @@ -499,7 +499,7 @@ static int audio_get_endpoint_req(struct usb_function *f,
case UAC_GET_MIN:
case UAC_GET_MAX:
case UAC_GET_RES:
value = 3;
value = len;
break;
case UAC_GET_MEM:
break;
Expand Down

0 comments on commit 66a4b72

Please sign in to comment.