commit | d835dec1baaa81927cfb21ddad78b5a461917069 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Feb 08 20:48:08 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 08 20:48:08 2018 +0000 |
tree | f2663ca6c9f6aa74570162ecb1fdb0421aa472e5 | |
parent | 750cc1c06d195b4b6aaa12e980312027b2bd676d [diff] | |
parent | f88cdc459be13c0c9e39e04ca4a8acc853a74fa3 [diff] |
Merge "Pull out commonly used constants to <audio_utils/clock.h>"
diff --git a/hal/audio_hw.c b/hal/audio_hw.c index 7037b56..9191994 100644 --- a/hal/audio_hw.c +++ b/hal/audio_hw.c
@@ -99,8 +99,6 @@ #define MMAP_PERIOD_COUNT_MAX 512 #define MMAP_PERIOD_COUNT_DEFAULT (MMAP_PERIOD_COUNT_MAX) -static const int64_t NANOS_PER_SECOND = 1000000000; - /* This constant enables extended precision handling. * TODO The flag is off until more testing is done. */