summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/dsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dsp.h b/apps/dsp.h
index 65cd837c1e..8b2a51df51 100644
--- a/apps/dsp.h
+++ b/apps/dsp.h
@@ -27,7 +27,6 @@
27#define NATIVE_FREQUENCY 44100 27#define NATIVE_FREQUENCY 44100
28#define STEREO_INTERLEAVED 0 28#define STEREO_INTERLEAVED 0
29#define STEREO_NONINTERLEAVED 1 29#define STEREO_NONINTERLEAVED 1
30/* Not supported yet. */
31#define STEREO_MONO 2 30#define STEREO_MONO 2
32 31
33struct dsp_configuration { 32struct dsp_configuration {