Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25194a64 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix cert-dcl16-c clang-tidy warnings in libaudioclient." am: 8774dda4 am: e8f69f37

am: a2b32728

Change-Id: Ib7f787d7ca149015badfe75ec2d52f80bde0f952
parents 20d51cca a2b32728
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ static inline nsecs_t framesToNanoseconds(ssize_t frames, uint32_t sampleRate, f

static int64_t convertTimespecToUs(const struct timespec &tv)
{
    return tv.tv_sec * 1000000ll + tv.tv_nsec / 1000;
    return tv.tv_sec * 1000000LL + tv.tv_nsec / 1000;
}

// TODO move to audio_utils.