Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73723190 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: line6: Make line6_send_raw_message() static



It's used only locally.

Tested-by: default avatarChris Rorvick <chris@rorvick.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5a475311
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ static void line6_stop_listen(struct usb_line6 *line6)
/*
/*
	Send raw message in pieces of wMaxPacketSize bytes.
	Send raw message in pieces of wMaxPacketSize bytes.
*/
*/
int line6_send_raw_message(struct usb_line6 *line6, const char *buffer,
static int line6_send_raw_message(struct usb_line6 *line6, const char *buffer,
				  int size)
				  int size)
{
{
	int i, done = 0;
	int i, done = 0;
+0 −2
Original line number Original line Diff line number Diff line
@@ -169,8 +169,6 @@ extern int line6_read_data(struct usb_line6 *line6, int address, void *data,
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, u8 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,
				  int size);
extern int line6_send_raw_message_async(struct usb_line6 *line6,
extern int line6_send_raw_message_async(struct usb_line6 *line6,
					const char *buffer, int size);
					const char *buffer, int size);
extern int line6_send_sysex_message(struct usb_line6 *line6,
extern int line6_send_sysex_message(struct usb_line6 *line6,