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

Commit d55d179e authored by Eric Laurent's avatar Eric Laurent
Browse files

Fix issue 2004229: DTMF tones play through earpiece (G1).

parent 728d0c2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3443,8 +3443,8 @@ status_t AudioFlinger::setStreamOutput(uint32_t stream, void *output)
            srcThread->getTracks(tracks, activeTracks, stream);
            if (tracks.size()) {
                dstThread->putTracks(tracks, activeTracks);
                dstThread->sendConfigEvent(AudioSystem::STREAM_CONFIG_CHANGED, stream);
            }
            dstThread->sendConfigEvent(AudioSystem::STREAM_CONFIG_CHANGED, stream);
        }
    }