Skip to content

Commit

Permalink
ALSA: sound: Make static
Browse files Browse the repository at this point in the history
Sparse asked whether these could be static.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Roel Kluin authored and Takashi Iwai committed Dec 10, 2008
1 parent 0f62083 commit acc4216
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/usb/usx2y/usb_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ static void subs_set_complete(struct urb **urbs, void (*complete)(struct urb *))
}
}

int usb_stream_prepare_playback(struct usb_stream_kernel *sk, struct urb *inurb)
static int usb_stream_prepare_playback(struct usb_stream_kernel *sk,
struct urb *inurb)
{
struct usb_stream *s = sk->s;
struct urb *io;
Expand Down

0 comments on commit acc4216

Please sign in to comment.