Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56498
b: refs/heads/master
c: a04395e
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Reitmayr authored and Jaroslav Kysela committed May 16, 2007
1 parent 69134ce commit 9184adf
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: 8286c53e54b8b1b9489b4dd5d2d3a4f94b8c012e
refs/heads/master: a04395ead6d17c83da64264b6fe78f852a648202
2 changes: 1 addition & 1 deletion trunk/sound/usb/usbmixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ static int get_ctl_value(struct usb_mixer_elem_info *cval, int request, int vali
request,
USB_RECIP_INTERFACE | USB_TYPE_CLASS | USB_DIR_IN,
validx, cval->mixer->ctrlif | (cval->id << 8),
buf, val_len, 100) >= 0) {
buf, val_len, 100) >= val_len) {
*value_ret = convert_signed_value(cval, snd_usb_combine_bytes(buf, val_len));
return 0;
}
Expand Down

0 comments on commit 9184adf

Please sign in to comment.