Commit 8d6b7f7c authored by Johannes Thumshirn's avatar Johannes Thumshirn Committed by Greg Kroah-Hartman

staging: line6: changed interface of pod_send_channel()

Adjusted interface of pod_send_channel() in order to take changes of
line6_send_program() into account.
Signed-off-by: default avatarJohannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 317e188b
...@@ -405,7 +405,7 @@ void line6_pod_midi_postprocess(struct usb_line6_pod *pod, unsigned char *data, ...@@ -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). 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); line6_invalidate_current(&pod->dumpreq);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment