projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb75db
)
ALSA: snd-usb: make snd_usb_substream_capture_trigger static
author
Daniel Mack
<zonque@gmail.com>
Sat, 16 Jun 2012 14:58:04 +0000
(16:58 +0200)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/pcm.c
b/sound/usb/pcm.c
index fc7ce7c1b4fac394009acbd568db02c83e8549a5..54607f8c4f66ca91e5502808aa9fc94ceebc4d76 100644
(file)
--- 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;