Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 77531229 authored by Pavan Chikkala's avatar Pavan Chikkala
Browse files

alsa_sound: Changed mDevices to mCurRxDevice for StreamOut

- mDevices will be updated during route call and
  current device can change in between the start
  and write call of stream.
- In which case only the mCurRxDevice was updated
  and during write the device would not be updated
- This would create problem when switch device happens
  in session where it was alreasy set and device switch
  is ignored.
- here we use mCurRxDevice so even if there is a switch
  device in between the cur device will be used for
  routing in Stream

Change-Id: I94af59d7c8735b09e9adf2683e31533bf0f2be8e
CRs-Fixed: 490814
parent 9561421a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment