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: Johannes Thumshirn <morbidrsa@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
317e188b2d
commit
8d6b7f7c9b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user