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

Commit dd54bda2 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "AudioTrack: Remove unnecessary member initialization list" into main am: 484b4303

parents 5ff3629c 484b4303
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -319,13 +319,6 @@ AudioTrack::AudioTrack(
        const audio_attributes_t* pAttributes,
        bool doNotReconnect,
        float maxRequiredSpeed)
    : mStatus(NO_INIT),
      mState(STATE_STOPPED),
      mPreviousPriority(ANDROID_PRIORITY_NORMAL),
      mPreviousSchedulingGroup(SP_DEFAULT),
      mPausedPosition(0),
      mSelectedDeviceId(AUDIO_PORT_HANDLE_NONE),
      mAudioTrackCallback(new AudioTrackCallback())
{
    mAttributes = AUDIO_ATTRIBUTES_INITIALIZER;