diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-11-09 17:01:04 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-10 19:08:31 +0000 |
commit | bd6b87c104bae49816808fde5f55a262093e85ed (patch) | |
tree | 01fa6f3ef1277df9aa6c5a00a57c3cda484aae9a /include/sound | |
parent | 3e4199ef0105fb718b24cbcc837ad527fd60c880 (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')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 7ba7130037a..5c91b06864c 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; |