diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2008-12-09 17:26:05 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-10 01:55:59 -0500 |
commit | acc421656b97f09b55acb0938ad5378eefa5aacc (patch) | |
tree | 01bb926309ef6f4981544a0c49dd50755c3edb86 /sound/usb | |
parent | 0f620830db0818ebe065b31c33892e8f0622e1b2 (diff) |
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')
-rw-r--r-- | sound/usb/usx2y/usb_stream.c | 3 |
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 *)) | |||
276 | } | 276 | } |
277 | } | 277 | } |
278 | 278 | ||
279 | int usb_stream_prepare_playback(struct usb_stream_kernel *sk, struct urb *inurb) | 279 | static int usb_stream_prepare_playback(struct usb_stream_kernel *sk, |
280 | struct urb *inurb) | ||
280 | { | 281 | { |
281 | struct usb_stream *s = sk->s; | 282 | struct usb_stream *s = sk->s; |
282 | struct urb *io; | 283 | struct urb *io; |