diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-06 17:14:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-06 17:14:47 +0300 |
commit | 0afc8c733e95642ee9200966081da82564af8f8f (patch) | |
tree | 01dfd20489e9cec42f43bc0588cf82989fcc132e /sound/soc/soc-core.c | |
parent | 0d735eaa2c1d80c997fd775b679e36b80b8e85d1 (diff) | |
parent | 1dcb4f38e5bc28dfce0f8c7eef184a090b03bfc7 (diff) | |
download | linux-0afc8c733e95642ee9200966081da82564af8f8f.tar.xz |
Merge branch 'for-2.6.37' into for-2.6.38
Conflicts:
include/linux/mfd/wm8994/pdata.h
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index a90e067fb0ab..17dcd56a2520 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -3361,7 +3361,9 @@ int snd_soc_register_dais(struct device *dev, pr_debug("Registered DAI '%s'\n", dai->name); } + mutex_lock(&client_mutex); snd_soc_instantiate_cards(); + mutex_unlock(&client_mutex); return 0; err: |