diff -r 8a984d260a2d -r 3f0699f2e14c resourcemgmt/hwresourcesmgr/server/src/HWRMFmTxStateUtility.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMFmTxStateUtility.cpp Tue Oct 12 15:02:43 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMFmTxStateUtility.cpp Thu Oct 14 12:47:54 2010 +0300 @@ -258,6 +258,8 @@ // transition from EFmTxStatePowerSaveAccessory to EFmTxStateOff must occur. iFmTxService->ExecutePluginCommand(HWRMFmTxCommand::ETxOffCmdId); // Don't change iFmTxState until power down completes + // Enable audio routing (which may have been disabled by scan request) + iFmTxCommonData->EnableAudioRouting( ETrue ); } break;