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
commit8d67e53dd924fa0e2a6cf0638298338ffcf1853f (patch)
tree980459aad6668833f5988141c0a3d9e617d103c2 /services/audioflinger/AudioResamplerCubic.cpp
parenta0c680393f2dd03a937c598b2cb9abf98a58152c (diff)
downloadframeworks_base-8d67e53dd924fa0e2a6cf0638298338ffcf1853f.zip
frameworks_base-8d67e53dd924fa0e2a6cf0638298338ffcf1853f.tar.gz
frameworks_base-8d67e53dd924fa0e2a6cf0638298338ffcf1853f.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 {
// ----------------------------------------------------------------------------