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

Commit 0ac77416 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: I2e0fd916c731bcca39059e4efd24467d8dfb3a82
parents 89fdae2d 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.