aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-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 55381fca6e0d..2f687edd4fde 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -560,6 +560,7 @@ struct snd_soc_codec {
560 unsigned int ac97_created:1; /* Codec has been created by SoC */ 560 unsigned int ac97_created:1; /* Codec has been created by SoC */
561 unsigned int sysfs_registered:1; /* codec has been sysfs registered */ 561 unsigned int sysfs_registered:1; /* codec has been sysfs registered */
562 unsigned int cache_init:1; /* codec cache has been initialized */ 562 unsigned int cache_init:1; /* codec cache has been initialized */
563 unsigned int using_regmap:1; /* using regmap access */
563 u32 cache_only; /* Suppress writes to hardware */ 564 u32 cache_only; /* Suppress writes to hardware */
564 u32 cache_sync; /* Cache needs to be synced to hardware */ 565 u32 cache_sync; /* Cache needs to be synced to hardware */
565 566