diff options
author | Johannes Thumshirn <morbidrsa@googlemail.com> | 2012-06-27 21:25:59 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-06 16:12:45 -0700 |
commit | 8d6b7f7c9b3c346f2fef496827c3fbbc2ebef1a9 (patch) | |
tree | defb2c01b858fdf717a6fe8479f622480f5eced8 /drivers/staging/line6 | |
parent | 317e188b2d48b7bc8537619b6c01208e1b03001a (diff) |
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>
Diffstat (limited to 'drivers/staging/line6')
-rw-r--r-- | drivers/staging/line6/pod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/line6/pod.c b/drivers/staging/line6/pod.c index 8667aaf51459..459f325ed7b8 100644 --- 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); |