Merge change 8770
* changes: Fix issue 2004229: DTMF tones play through earpiece (G1).
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user