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

Commit 89ca2992 authored by Di Folco, Neil's avatar Di Folco, Neil Committed by android-build-merger
Browse files

Merge "AudioTrackShared: Fix audio_track_cblk_t layout for 64-bit" into nyc-dev

am: e74a4628

* commit 'e74a4628':
  AudioTrackShared: Fix audio_track_cblk_t layout for 64-bit

Change-Id: I3c3257c6f1729e96efa6951995f589c8a48227ee
parents d18c298d e74a4628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ public:
    struct timespec mTime;     // corresponding CLOCK_MONOTONIC when frame is expected to present
};

struct ExtendedTimestamp {
struct alignas(8) /* bug 29096183, bug 29108507 */ ExtendedTimestamp {
    enum Location {
        LOCATION_INVALID = -1,
        // Locations in the audio playback / record pipeline.