summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResamplerCubic.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2011-07-08 09:32:50 -0700
committerGlenn Kasten <gkasten@google.com>2011-07-08 09:32:50 -0700
commit5159c7ec97b575c0486159f0543d2da90c3c3b68 (patch)
tree4a6ed1bf3c4a2e667fc8e6047e15677f02f98a1b /services/audioflinger/AudioResamplerCubic.cpp
parent5895e970ae119210773a5184c019178e2516b132 (diff)
downloadframeworks_av-5159c7ec97b575c0486159f0543d2da90c3c3b68.zip
frameworks_av-5159c7ec97b575c0486159f0543d2da90c3c3b68.tar.gz
frameworks_av-5159c7ec97b575c0486159f0543d2da90c3c3b68.tar.bz2
Fix build warning; LOG_TAG was misplaced
Change-Id: I4fb0590f626445188f9053367707878b2fa0fa30
Diffstat (limited to 'services/audioflinger/AudioResamplerCubic.cpp')
-rw-r--r--services/audioflinger/AudioResamplerCubic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/audioflinger/AudioResamplerCubic.cpp b/services/audioflinger/AudioResamplerCubic.cpp
index 1d247bd..4d721f6 100644
--- a/services/audioflinger/AudioResamplerCubic.cpp
+++ b/services/audioflinger/AudioResamplerCubic.cpp
@@ -14,6 +14,8 @@
* limitations under the License.
*/
+#define LOG_TAG "AudioSRC"
+
#include <stdint.h>
#include <string.h>
#include <sys/types.h>
@@ -22,8 +24,6 @@
#include "AudioResampler.h"
#include "AudioResamplerCubic.h"
-#define LOG_TAG "AudioSRC"
-
namespace android {
// ----------------------------------------------------------------------------