Guest User

Untitled

a guest
Feb 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. --- a/hardware/msm7k/libaudio-msm7x30/AudioHardware.cpp 2011-09-28 23:31:56.000000000 +0100
  2. +++ b/hardware/msm7k/libaudio-msm7x30/AudioHardware.cpp 2011-10-24 20:50:36.000000000 +0100
  3. @@ -346,8 +346,6 @@
  4. uint32_t rx_acdb_id, uint32_t tx_acdb_id ) {
  5. LOGD("updateDeviceInfo: E rx_device %d and tx_device %d", rx_device, tx_device);
  6. bool isRxDeviceEnabled = false, isTxDeviceEnabled = false;
  7. - Routing_table *temp_ptr, *temp_head;
  8. - temp_head = head;
  9.  
  10. Mutex::Autolock lock(mDeviceSwitchLock);
  11.  
  12. @@ -368,6 +366,8 @@
  13. cur_tx = tx_device;
  14. }
  15.  
  16. + Routing_table *temp_ptr, *temp_head;
  17. + temp_head = head;
  18. Mutex::Autolock lock_1(mRoutingTableLock);
  19.  
  20. while (temp_head->next != NULL) {
Add Comment
Please, Sign In to add comment