Merge change 8770

* changes:
  Fix issue 2004229: DTMF tones play through earpiece (G1).
This commit is contained in:
Android (Google) Code Review
2009-07-28 09:46:28 -07:00

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