diff options
author | Markus Grabner <grabner@icg.tugraz.at> | 2011-12-05 23:51:52 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-08 12:33:48 -0800 |
commit | 3b35de4126f03d8df089c5fc908c40bb91485f6c (patch) | |
tree | 2d6d69988437f2575e2a2495ac72a4542ceb2a63 /drivers/staging/line6/capture.c | |
parent | 251c3948808046c39359658fa2faffff45b825d3 (diff) |
staging/line6: Remove obsolete code
This patch removes experimental code which is no longer used.
Signed-off-by: Markus Grabner <grabner@icg.tugraz.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/line6/capture.c')
-rw-r--r-- | drivers/staging/line6/capture.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/line6/capture.c b/drivers/staging/line6/capture.c index d9da7edf1e7a..ba441ed1a876 100644 --- a/drivers/staging/line6/capture.c +++ b/drivers/staging/line6/capture.c @@ -244,11 +244,7 @@ static void audio_in_callback(struct urb *urb) length += fsize; /* the following assumes LINE6_ISO_PACKETS == 1: */ -#if LINE6_BACKUP_MONITOR_SIGNAL - memcpy(line6pcm->prev_fbuf, fbuf, fsize); -#else line6pcm->prev_fbuf = fbuf; -#endif line6pcm->prev_fsize = fsize; #ifdef CONFIG_LINE6_USB_IMPULSE_RESPONSE |