commit | 014b6b919c03848ad9745227c0d9cf3d643b3e20 | [log] [tgz] |
---|---|---|
author | Ravi Kumar Alamanda <ralama@codeaurora.org> | Tue Apr 22 15:19:13 2014 -0700 |
committer | Ravi Kumar Alamanda <ralama@codeaurora.org> | Tue Apr 22 15:19:13 2014 -0700 |
tree | 3c0ebaf039a243e6ffaea1671fccfa3173819cf5 | |
parent | 356df1febf26f4c7062abaa3b91ad09c42b2bc61 [diff] |
hal: fm: Fix incorrect routing of fm audio to speaker - FM audio is enabled or disabled through set_parameters() API on primary output stream. The audio is routed to device of primary output stream. - If the routing is not updated before the enable command, the audio is routed to previous device of primary output. - Fix the issue by updating the primary output device with device from enable command. Change-Id: I67764b8b5d2cfaddef94ccfe555702289bf36f95 CRs-Fixed: 651821