resourcemgmt/hwresourcesmgr/server/src/HWRMFmTxStateUtility.cpp
changeset 78 3f0699f2e14c
parent 0 4e1aa6a622a0
equal deleted inserted replaced
77:8a984d260a2d 78:3f0699f2e14c
   256 			
   256 			
   257 			// Switch off transmitter. As specified in client interface state
   257 			// Switch off transmitter. As specified in client interface state
   258 			// transition from EFmTxStatePowerSaveAccessory to EFmTxStateOff must occur.
   258 			// transition from EFmTxStatePowerSaveAccessory to EFmTxStateOff must occur.
   259 			iFmTxService->ExecutePluginCommand(HWRMFmTxCommand::ETxOffCmdId);
   259 			iFmTxService->ExecutePluginCommand(HWRMFmTxCommand::ETxOffCmdId);
   260 			// Don't change iFmTxState until power down completes
   260 			// Don't change iFmTxState until power down completes
       
   261 			// Enable audio routing (which may have been disabled by scan request)
       
   262 			iFmTxCommonData->EnableAudioRouting( ETrue );
   261             }
   263             }
   262             break;
   264             break;
   263 
   265 
   264         default:
   266         default:
   265             // do nothing
   267             // do nothing