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

Commit 94d91778 authored by Hochi Huang's avatar Hochi Huang Committed by Android Git Automerger
Browse files

am 18f2f90c: [FM] Fix Buganizer ID: 18456930 - FM radio audio got routed to...

am 18f2f90c: [FM] Fix Buganizer ID: 18456930  - FM radio audio got routed to loudspeaker unexpectedly

* commit '18f2f90c':
  [FM] Fix Buganizer ID: 18456930  - FM radio audio got routed to loudspeaker unexpectedly
parents b783a705 18f2f90c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -722,7 +722,7 @@ protected:
        // if muting, wait for the audio in pcm buffer to be drained before proceeding
        // if unmuting, unmute only after the specified delay
        // Returns the number of ms waited
        uint32_t  checkDeviceMuteStrategies(sp<AudioOutputDescriptor> outputDesc,
        virtual uint32_t  checkDeviceMuteStrategies(sp<AudioOutputDescriptor> outputDesc,
                                            audio_devices_t prevDevice,
                                            uint32_t delayMs);