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

Commit f7cc3631 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Update comments to match AudioTrack

Change-Id: I7dd14eabd78c9130a157da2063a1d65ec4f9c65a
parent a5ed48d3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -539,7 +539,9 @@ status_t AudioRecord::openRecord_l(size_t epoch)

    mRefreshRemaining = true;

    // starting address of buffers in shared memory
    // Starting address of buffers in shared memory, immediately after the control block.  This
    // address is for the mapping within client address space.  AudioFlinger::TrackBase::mBuffer
    // is for the server address space.
    void *buffers = (char*)cblk + sizeof(audio_track_cblk_t);

    mFrameCount = frameCount;