ALSA: snd-usb: make snd_usb_substream_capture_trigger static
authorDaniel Mack <zonque@gmail.com>
Sat, 16 Jun 2012 14:58:04 +0000 (16:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Jun 2012 07:32:53 +0000 (09:32 +0200)
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c

index fc7ce7c..54607f8 100644 (file)
@@ -1151,7 +1151,8 @@ static int snd_usb_substream_playback_trigger(struct snd_pcm_substream *substrea
        return -EINVAL;
 }
 
-int snd_usb_substream_capture_trigger(struct snd_pcm_substream *substream, int cmd)
+static int snd_usb_substream_capture_trigger(struct snd_pcm_substream *substream,
+                                            int cmd)
 {
        int err;
        struct snd_usb_substream *subs = substream->runtime->private_data;