aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index cf76021f04a7..017986159d5e 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -480,6 +480,7 @@ struct snd_soc_codec {
480 unsigned int (*read)(struct snd_soc_codec *, unsigned int); 480 unsigned int (*read)(struct snd_soc_codec *, unsigned int);
481 int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); 481 int (*write)(struct snd_soc_codec *, unsigned int, unsigned int);
482 void *reg_cache; 482 void *reg_cache;
483 const void *reg_def_copy;
483 const struct snd_soc_cache_ops *cache_ops; 484 const struct snd_soc_cache_ops *cache_ops;
484 struct mutex cache_rw_mutex; 485 struct mutex cache_rw_mutex;
485 486