summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/playback.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-09-21 16:58:00 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-21 16:58:00 -0700
commit027360c5644b59d99db30e3515a8ec72350207b9 (patch)
tree2d5f307fec534fc6e76135121e4c1f8f517d6922 /drivers/staging/line6/playback.h
parent79be7254ebd2fb6d5f91b4b8e5d12cfe4fd7ecd7 (diff)
downloadop-kernel-dev-027360c5644b59d99db30e3515a8ec72350207b9.zip
op-kernel-dev-027360c5644b59d99db30e3515a8ec72350207b9.tar.gz
Staging: line6: minor coding style cleanups
This fixes up all of the remaining coding style issues that make any sense to make in the line6 driver. Cc: Markus Grabner <grabner@icg.tugraz.at> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/line6/playback.h')
-rw-r--r--drivers/staging/line6/playback.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/drivers/staging/line6/playback.h b/drivers/staging/line6/playback.h
index c6f2a17..f2fc8c0 100644
--- a/drivers/staging/line6/playback.h
+++ b/drivers/staging/line6/playback.h
@@ -17,13 +17,14 @@
#include "driver.h"
/*
- When the TonePort is used with jack in full duplex mode and the outputs are
- not connected, the software monitor produces an ugly noise since everything
- written to the output buffer (i.e., the input signal) will be repeated in the
- next period (sounds like a delay effect). As a workaround, the output buffer
- is cleared after the data have been read, but there must be a better
- solution. Until one is found, this workaround can be used to fix the problem.
-*/
+ * When the TonePort is used with jack in full duplex mode and the outputs are
+ * not connected, the software monitor produces an ugly noise since everything
+ * written to the output buffer (i.e., the input signal) will be repeated in
+ * the next period (sounds like a delay effect). As a workaround, the output
+ * buffer is cleared after the data have been read, but there must be a better
+ * solution. Until one is found, this workaround can be used to fix the
+ * problem.
+ */
#define USE_CLEAR_BUFFER_WORKAROUND 1
extern struct snd_pcm_ops snd_line6_playback_ops;
OpenPOWER on IntegriCloud