diff options
Diffstat (limited to 'sound/usb/line6/capture.c')
-rw-r--r-- | sound/usb/line6/capture.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/usb/line6/capture.c b/sound/usb/line6/capture.c index 1d477d7a42fb..47cfcc2ab387 100644 --- a/sound/usb/line6/capture.c +++ b/sound/usb/line6/capture.c | |||
@@ -141,12 +141,6 @@ void line6_capture_check_period(struct snd_line6_pcm *line6pcm, int length) | |||
141 | } | 141 | } |
142 | } | 142 | } |
143 | 143 | ||
144 | void line6_free_capture_buffer(struct snd_line6_pcm *line6pcm) | ||
145 | { | ||
146 | kfree(line6pcm->in.buffer); | ||
147 | line6pcm->in.buffer = NULL; | ||
148 | } | ||
149 | |||
150 | /* | 144 | /* |
151 | * Callback for completed capture URB. | 145 | * Callback for completed capture URB. |
152 | */ | 146 | */ |