commit | 6074ef9c7236f3872c109d0bb01da8fab232ff98 | [log] [tgz] |
---|---|---|
author | Misael Lopez Cruz <misael.lopez@ti.com> | Tue Jul 26 22:52:29 2011 -0500 |
committer | Sebastien Guiriec <s-guiriec@ti.com> | Wed Aug 03 10:32:33 2011 +0200 |
tree | 96dd3bc2dfe15e3808bebfabefe26a97ec12ba0d | |
parent | 898185ff92fb4a29032001b6323a602fb61d913c [diff] |
ASoC: ABE: Protect playback/capture triggers against removal Playback/capture triggers iterate over BE clients which can change dynamically if audio routes change. Use list_for_each_entry_safe to protect triggers against BE clients removal. Change-Id: I25f66a33f11863d0e149d09971f02b5ab75754b4 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>