projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
317e188
)
staging: line6: changed interface of pod_send_channel()
author
Johannes Thumshirn
<
[email protected]
>
Wed, 27 Jun 2012 19:25:59 +0000
(21:25 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 6 Jul 2012 23:12:45 +0000
(16:12 -0700)
Adjusted interface of pod_send_channel() in order to take changes of
line6_send_program() into account.
Signed-off-by: Johannes Thumshirn <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/line6/pod.c
patch
|
blob
|
history
diff --git
a/drivers/staging/line6/pod.c
b/drivers/staging/line6/pod.c
index 8667aaf51459ff9b43c2b205540f7a3f693f5bf1..459f325ed7b856935d0bb251b22853458edb86a4 100644
(file)
--- a/
drivers/staging/line6/pod.c
+++ b/
drivers/staging/line6/pod.c
@@
-405,7
+405,7
@@
void line6_pod_midi_postprocess(struct usb_line6_pod *pod, unsigned char *data,
/*
Send channel number (i.e., switch to a different sound).
*/
-static void pod_send_channel(struct usb_line6_pod *pod,
int
value)
+static void pod_send_channel(struct usb_line6_pod *pod,
u8
value)
{
line6_invalidate_current(&pod->dumpreq);