ASoC: Remove CODEC mutex
[firefly-linux-kernel-4.4.55.git] / sound / soc / soc-core.c
index 4c8f8a23a0e9de132827fc041438fc1e07a4892c..cc7bb7ad96772e9949420a734261144d64e37433 100644 (file)
@@ -4362,7 +4362,6 @@ int snd_soc_register_codec(struct device *dev,
        codec->dev = dev;
        codec->driver = codec_drv;
        codec->component.val_bytes = codec_drv->reg_word_size;
-       mutex_init(&codec->mutex);
 
 #ifdef CONFIG_DEBUG_FS
        codec->component.init_debugfs = soc_init_codec_debugfs;