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

This commit is contained in:
Eric Laurent
2009-07-28 06:11:55 -07:00
parent e2b066c509
commit dd3fbf15f7

View File

@@ -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);
}
}