commit | 8848f672bc3ebd453e8f9ed108b3579acc8b453f | [log] [tgz] |
---|---|---|
author | Gopikrishnaiah Anandan <agopik@codeaurora.org> | Mon Dec 23 16:49:04 2013 -0800 |
committer | Gopikrishnaiah Anandan <agopik@codeaurora.org> | Mon Jan 06 12:37:38 2014 -0800 |
tree | f6696c5d2519cea2e738c567d7ec6bff5aa2a4c0 | |
parent | 3053817fa7becf056c708a798df8e871812db348 [diff] |
ASoC: dapm: Fix race condition in dapm Dirty widget list can be accessed by multiple paths in dapm framework. Dirty list is protected by dapm mutex. Since stream_event function accesses the dirty list, it should acquire dapm mutex instead of codec mutex. CRs-fixed: 593141, 596103 Change-Id: I9f41bf436b41ba9b4fa3bb447035fd1fe262e76b Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>