summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.c
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:28:09 +0000
committerSteve Block <steveblock@google.com>2012-01-06 00:34:26 +0000
commitc0212a26fedcbd53d71b6d2bf429bac7454e089e (patch)
treed112fd93801d6ddfc256e4d89f43aa4b4d54530e /audio/audio_hw.c
parent46672b52e10f15d4a60f4c2930cc5856b55094f1 (diff)
downloaddevice_samsung_tuna-c0212a26fedcbd53d71b6d2bf429bac7454e089e.zip
device_samsung_tuna-c0212a26fedcbd53d71b6d2bf429bac7454e089e.tar.gz
device_samsung_tuna-c0212a26fedcbd53d71b6d2bf429bac7454e089e.tar.bz2
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I02cfaca251935e4a50ad4302a72c4273be41db22
Diffstat (limited to 'audio/audio_hw.c')
-rwxr-xr-xaudio/audio_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 1488db8..4ac2e60 100755
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -1742,7 +1742,7 @@ static void get_capture_delay(struct tuna_stream_in *in,
buffer->time_stamp.tv_sec = 0;
buffer->time_stamp.tv_nsec = 0;
buffer->delay_ns = 0;
- LOGW("read get_capture_delay(): pcm_htimestamp error");
+ ALOGW("read get_capture_delay(): pcm_htimestamp error");
return;
}
@@ -1801,7 +1801,7 @@ static int32_t update_echo_reference(struct tuna_stream_in *in, size_t frames)
in->ref_frames_in, in->ref_buf_size, frames, b.frame_count);
}
} else
- LOGW("update_echo_reference: NOT enough frames to read ref buffer");
+ ALOGW("update_echo_reference: NOT enough frames to read ref buffer");
return b.delay_ns;
}