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.h b/services/audioflinger/AudioFlinger.h index 22e5116..43be6fe 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -38,7 +38,7 @@ #include <binder/BinderService.h> #include <binder/MemoryDealer.h> -#include <hardware/audio.h> +#include <system/audio.h> #include <hardware/audio_hal.h> #include "AudioBufferProvider.h"