commit | b0519394af90fe189f89bb5d39da130a0f8d5245 | [log] [tgz] |
---|---|---|
author | Chaithanya Krishna Bacharaju <chaithan@codeaurora.org> | Mon Apr 08 11:24:14 2013 +0530 |
committer | Steve Kondik <shade@chemlab.org> | Sun Aug 11 14:40:21 2013 -0700 |
tree | fe7fe8ffcc24729399dedbdf971eb53f7cef325e | |
parent | 85445163f56a4203b1740ac54055fda22be10f4e [diff] |
audio/msm8660: Ensure to check mvs fd value before voip read -Voip read returns error continuously and sometimes increases CPU usage blocking other processes. -No check if mvs fd is valid or not before calling read and due to this, it returns error whenever read is performed on an invalid fd. -Check for fd value before calling read and open mvs device and configure it if fd is invalid. CRs-Fixed: 472106 Change-Id: I70277a2de095a4f190d885fdeabe68040dbc4e12