commit | ed404e6af4e4ad65ff7a9387e2fab313e69135ca | [log] [tgz] |
---|---|---|
author | sangwoo <sangwoo2.park@lge.com> | Thu Aug 15 17:10:33 2013 +0900 |
committer | Krishnankutty Kolathappilly <kkolat@codeaurora.org> | Fri Nov 01 10:09:14 2013 -0700 |
tree | 999b1dafeee21362b9fe98acf201cf2ba288536f | |
parent | db88f281ff261b091ca9828f8b3f0ea22e1df932 [diff] |
ASoC: pcm: Protect FE dai list during dai open/close When dai open/close, the FE dai list must be protected. If this list is accessed at the same time, list can be broken. Then the kernel panic may be generated. So, the mutex lock is changed to the dai open/close funtions. Change-Id: Ic75a8d5b9d13eaa38d9edca46b0154cecad29a8e Signed-off-by: sangwoo <sangwoo2.park@lge.com> Signed-off-by: Devin Kim <dojip.kim@lge.com> Signed-off-by: Krishnankutty Kolathappilly <kkolat@codeaurora.org>