commit | 34bb419e5946ab28112e9e27a4d1b3928d31e0e2 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Wed May 11 14:15:23 2011 -0700 |
committer | Dima Zavin <dima@android.com> | Thu May 12 14:09:57 2011 -0700 |
tree | 3186b2ce206a101b19285660af602ec66bdbc831 | |
parent | b856f43ea7a3a5261a93e432e5ea80005e972530 [diff] [blame] |
update for new audio.h header location Change-Id: Ic4c62c4037800802427eb7d3c7f5eb8b25d18876 Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index f8ad5bb..10beee9 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp
@@ -43,7 +43,7 @@ #include <private/media/AudioTrackShared.h> #include <private/media/AudioEffectShared.h> -#include <hardware/audio.h> +#include <system/audio.h> #include <hardware/audio_hal.h> #include "AudioMixer.h"