提交 317e188b 编写于 作者: J Johannes Thumshirn 提交者: Greg Kroah-Hartman

staging: line6: adjusted interface of line6_send_program()

Adjusted interface of line6_send_program() to clarify internal working
Signed-off-by: NJohannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5b9bd2ad
...@@ -490,7 +490,7 @@ static void line6_data_received(struct urb *urb) ...@@ -490,7 +490,7 @@ static void line6_data_received(struct urb *urb)
/* /*
Send channel number (i.e., switch to a different sound). Send channel number (i.e., switch to a different sound).
*/ */
int line6_send_program(struct usb_line6 *line6, int value) int line6_send_program(struct usb_line6 *line6, u8 value)
{ {
int retval; int retval;
unsigned char *buffer; unsigned char *buffer;
......
...@@ -209,7 +209,7 @@ extern int line6_read_data(struct usb_line6 *line6, int address, void *data, ...@@ -209,7 +209,7 @@ extern int line6_read_data(struct usb_line6 *line6, int address, void *data,
size_t datalen); size_t datalen);
extern int line6_read_serial_number(struct usb_line6 *line6, extern int line6_read_serial_number(struct usb_line6 *line6,
int *serial_number); int *serial_number);
extern int line6_send_program(struct usb_line6 *line6, int value); extern int line6_send_program(struct usb_line6 *line6, u8 value);
extern int line6_send_raw_message(struct usb_line6 *line6, const char *buffer, extern int line6_send_raw_message(struct usb_line6 *line6, const char *buffer,
int size); int size);
extern int line6_send_raw_message_async(struct usb_line6 *line6, extern int line6_send_raw_message_async(struct usb_line6 *line6,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册