mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +00:00
ALSA: line6: Make line6_send_raw_message() static
It's used only locally. Tested-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
5a4753112a
commit
7372319028
@ -88,8 +88,8 @@ static void line6_stop_listen(struct usb_line6 *line6)
|
||||
/*
|
||||
Send raw message in pieces of wMaxPacketSize bytes.
|
||||
*/
|
||||
int line6_send_raw_message(struct usb_line6 *line6, const char *buffer,
|
||||
int size)
|
||||
static int line6_send_raw_message(struct usb_line6 *line6, const char *buffer,
|
||||
int size)
|
||||
{
|
||||
int i, done = 0;
|
||||
|
||||
|
@ -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,
|
||||
int *serial_number);
|
||||
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,
|
||||
const char *buffer, int size);
|
||||
extern int line6_send_sysex_message(struct usb_line6 *line6,
|
||||
|
Loading…
x
Reference in New Issue
Block a user