summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/capture.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/line6/capture.h')
-rw-r--r--drivers/staging/line6/capture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/line6/capture.h b/drivers/staging/line6/capture.h
index 7b92e4de3927..5c44464d29d4 100644
--- a/drivers/staging/line6/capture.h
+++ b/drivers/staging/line6/capture.h
@@ -24,7 +24,8 @@ extern struct snd_pcm_ops snd_line6_capture_ops;
extern int create_audio_in_urbs(struct snd_line6_pcm *line6pcm);
-extern int snd_line6_capture_trigger(struct snd_pcm_substream *substream, int cmd);
+extern int snd_line6_capture_trigger(struct snd_pcm_substream *substream,
+ int cmd);
extern void unlink_wait_clear_audio_in_urbs(struct snd_line6_pcm *line6pcm);