aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y
diff options
context:
space:
mode:
authorRoel Kluin <roel.kluin@gmail.com>2008-12-09 23:26:05 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-10 07:55:59 +0100
commitacc421656b97f09b55acb0938ad5378eefa5aacc (patch)
tree01bb926309ef6f4981544a0c49dd50755c3edb86 /sound/usb/usx2y
parentALSA: Reduce stall detection timeout in riptide.c (diff)
downloadlinux-dev-acc421656b97f09b55acb0938ad5378eefa5aacc.tar.xz
linux-dev-acc421656b97f09b55acb0938ad5378eefa5aacc.zip
ALSA: sound: Make static
Sparse asked whether these could be static. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usx2y')
-rw-r--r--sound/usb/usx2y/usb_stream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/usb/usx2y/usb_stream.c b/sound/usb/usx2y/usb_stream.c
index ff23cc1ce3b9..70b96355ca4c 100644
--- a/sound/usb/usx2y/usb_stream.c
+++ b/sound/usb/usx2y/usb_stream.c
@@ -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;