summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/uda134x.h
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vzapolskiy@gmail.com>2010-06-24 15:17:07 +0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-06-30 14:46:56 +0100
commited632ad3b812be6ddace1562c56d838ee48e9313 (patch)
tree7a8e33369eea1a77eef748f685bb1965ae90451a /sound/soc/codecs/uda134x.h
parentaf51b5c0f06d449667eba226d96c8f56e2b96659 (diff)
ASoC: uda134x: add DATA011 register found in codecs family
In UDA1340, UDA1344 and UDA1345 codecs there is one more functional register in part of DATA0 tranfser. For UDA1341 this register coincides with EA register. Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/uda134x.h')
-rw-r--r--sound/soc/codecs/uda134x.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/codecs/uda134x.h b/sound/soc/codecs/uda134x.h
index 94f440490b31..205f03b3eaf8 100644
--- a/sound/soc/codecs/uda134x.h
+++ b/sound/soc/codecs/uda134x.h
@@ -23,9 +23,10 @@
#define UDA134X_DATA000 10
#define UDA134X_DATA001 11
#define UDA134X_DATA010 12
-#define UDA134X_DATA1 13
+#define UDA134X_DATA011 13
+#define UDA134X_DATA1 14
-#define UDA134X_REGS_NUM 14
+#define UDA134X_REGS_NUM 15
#define STATUS0_DAIFMT_MASK (~(7<<1))
#define STATUS0_SYSCLK_MASK (~(3<<4))