Added Omar's changes to the compressor interface

Change-Id: Iff22b0eaa319065b06795b381c4d6072f8087da8
This commit is contained in:
thomasclark
2014-06-12 12:43:03 -04:00
parent 5d646536fb
commit 8d5c67e6aa
8 changed files with 270 additions and 405 deletions

View File

@@ -16,7 +16,6 @@ extern "C" {
void *initializeCompressor(uint8_t module);
bool checkCompressorModule(uint8_t module);
void setCompressor(void *pcm_pointer, bool value, int32_t *status);
bool getCompressor(void *pcm_pointer, int32_t *status);
void setClosedLoopControl(void *pcm_pointer, bool value, int32_t *status);