commit | fdaf2d298c9574a6f2130435ce5ec508ad046b4d | [log] [tgz] |
---|---|---|
author | Venkat Sudhir <vsudhir@codeaurora.org> | Mon May 13 14:09:07 2013 -0700 |
committer | Venkat Sudhir <vsudhir@codeaurora.org> | Mon May 13 14:11:57 2013 -0700 |
tree | d5cb56a63328753a40ec14170787229251a4be9d | |
parent | 106dd0d794c564dcbb38c4c81a38f562927c2132 [diff] |
ASoC: msm: Fix deadlock issue in external EC function In external EC msm_routing_ext_ec_put function, when DAPM mux update function is called backend and front end dai are linked. At this point backend HW param function is called. To update back end structure routing lock is acquired. This fix is to avoid the deadlock situation. CRs-fixed: 485954 Change-Id: I91fcee0be02849837db909429ad74e1010db7b12 Signed-off-by: Venkat Sudhir <vsudhir@codeaurora.org>