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

@@ -17,13 +17,6 @@ bool checkCompressorModule(uint8_t module) {
}
void setCompressor(void *pcm_pointer, bool value, int32_t *status) {
PCM *module = (PCM *)pcm_pointer;
*status = module->SetCompressor(value);
}
bool getCompressor(void *pcm_pointer, int32_t *status) {
PCM *module = (PCM *)pcm_pointer;
bool value;