summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio_hw.h')
-rw-r--r--audio/audio_hw.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h
index 0be4149..4677f29 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -102,7 +102,6 @@ enum {
SND_DEVICE_IN_CAMCORDER_MIC,
SND_DEVICE_IN_VOICE_REC_HEADSET_MIC,
SND_DEVICE_IN_VOICE_REC_MIC,
- SND_DEVICE_IN_LOOPBACK_AEC,
SND_DEVICE_IN_END,
SND_DEVICE_MAX = SND_DEVICE_IN_END,
@@ -333,13 +332,6 @@ struct stream_in {
int16_t *ref_buf;
size_t ref_buf_size;
size_t ref_buf_frames;
-
-#ifdef HW_AEC_LOOPBACK
- bool hw_echo_reference;
- int16_t* hw_ref_buf;
- size_t hw_ref_buf_size;
-#endif
-
int num_preprocessors;
struct effect_info_s preprocessors[MAX_PREPROCESSORS];