summaryrefslogtreecommitdiff
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-11-09 17:01:04 +0100
committerMark Brown <broonie@kernel.org>2014-11-10 19:08:31 +0000
commitbd6b87c104bae49816808fde5f55a262093e85ed (patch)
tree01fa6f3ef1277df9aa6c5a00a57c3cda484aae9a /include/sound/soc.h
parent3e4199ef0105fb718b24cbcc837ad527fd60c880 (diff)
ASoC: Remove CODEC mutex
The CODEC mutex is now unused and can be removed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 7ba7130037a0..5c91b06864ce 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -780,7 +780,6 @@ struct snd_soc_codec {
struct device *dev;
const struct snd_soc_codec_driver *driver;
- struct mutex mutex;
struct list_head list;
struct list_head card_list;