From: Daniel Mack Date: Sat, 16 Jun 2012 14:58:04 +0000 (+0200) Subject: ALSA: snd-usb: make snd_usb_substream_capture_trigger static X-Git-Tag: v3.5-rc7~2^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afe25967ecf66b38d94d374f0fcb5f4add458a4c;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ALSA: snd-usb: make snd_usb_substream_capture_trigger static Signed-off-by: Daniel Mack Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index fc7ce7c..54607f8 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c @@ -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;