commit | 068561c8e84569d51df2adbbb53b56fdfd09c06b | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Jan 03 17:09:32 2017 -0800 |
committer | Andy Hung <hunga@google.com> | Tue Jan 10 17:06:46 2017 -0800 |
tree | 67e6c9c383b4667adc502b0ed6928a672a6a5b6d | |
parent | ee454fcb25bff0f9c5d3455775a4cb66429e875e [diff] [blame] |
AudioFlinger: Split off audio processing library Test: native AudioResampler test, general playback test Bug: 31015569 Change-Id: Ifb248f4402a583438d756c014dcd7a4577aef713
diff --git a/services/audioflinger/FastMixer.cpp b/services/audioflinger/FastMixer.cpp index 93f7ce5..7182f32 100644 --- a/services/audioflinger/FastMixer.cpp +++ b/services/audioflinger/FastMixer.cpp
@@ -39,7 +39,7 @@ #endif #include <audio_utils/conversion.h> #include <audio_utils/format.h> -#include "AudioMixer.h" +#include <media/AudioMixer.h> #include "FastMixer.h" namespace android {