Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206658
b: refs/heads/master
c: b415ec7
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 24, 2010
1 parent ba01f8e commit d672108
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: 3d8d4dcfd423b01ef7ea7c3c97720764b7adb6df
refs/heads/master: b415ec7041429bb2cde3419e9556049fe12bf27a
2 changes: 1 addition & 1 deletion trunk/sound/usb/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ static int get_ctl_value_v1(struct usb_mixer_elem_info *cval, int request, int v
}
}
snd_printdd(KERN_ERR "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n",
request, validx, cval->mixer->ctrlif | (cval->id << 8), cval->val_type);
request, validx, snd_usb_ctrl_intf(chip) | (cval->id << 8), cval->val_type);
return -EINVAL;
}

Expand Down

0 comments on commit d672108

Please sign in to comment.