commit | ecc1a0d5f5389bb23f68b9af83328e7679609bc1 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lrg@ti.com> | Wed Feb 16 16:24:17 2011 +0000 |
committer | Sebastien Guiriec <s-guiriec@ti.com> | Sun Jul 24 21:31:59 2011 +0200 |
tree | f281a29994c6146cdb87ce87a324980189bd4bc5 | |
parent | ab1058a9b9a0096f1eea3cd22799e45679f3dbe7 [diff] |
ASoC: dapm - FIXME -add locking to the DAPM power_widgets() TODO: look into why _w is required. FIXME: did oops in the past. Signed-off-by: Liam Girdwood <lrg@ti.com>
diff --git a/include/sound/soc.h b/include/sound/soc.h index 33db668..7eb53de 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h
@@ -736,6 +736,7 @@ struct list_head list; struct mutex mutex; + struct mutex dapm_mutex; bool instantiated;