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>
This commit is contained in:
Lars-Peter Clausen
2014-11-09 17:01:04 +01:00
committed by Mark Brown
parent 3e4199ef01
commit bd6b87c104
2 changed files with 0 additions and 2 deletions

View File

@@ -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;