diff options
-rw-r--r-- | sound/soc/soc-cache.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c index 3fa77d5f9b75..8fff5b6d86db 100644 --- a/sound/soc/soc-cache.c +++ b/sound/soc/soc-cache.c | |||
@@ -72,6 +72,9 @@ int snd_soc_cache_init(struct snd_soc_codec *codec) | |||
72 | 72 | ||
73 | reg_size = codec_drv->reg_cache_size * codec_drv->reg_word_size; | 73 | reg_size = codec_drv->reg_cache_size * codec_drv->reg_word_size; |
74 | 74 | ||
75 | if (!reg_size) | ||
76 | return -EINVAL; | ||
77 | |||
75 | mutex_init(&codec->cache_rw_mutex); | 78 | mutex_init(&codec->cache_rw_mutex); |
76 | 79 | ||
77 | dev_dbg(codec->dev, "ASoC: Initializing cache for %s codec\n", | 80 | dev_dbg(codec->dev, "ASoC: Initializing cache for %s codec\n", |