summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/uda134x.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2015-07-13 12:26:47 +0200
committerMark Brown <broonie@kernel.org>2015-07-13 11:51:35 +0100
commitf33c340a51e81a2e6af316b1b8b9b769d32ce8b7 (patch)
tree4bb1812909a9060c4652cac10a6cb1415563ac3f /sound/soc/codecs/uda134x.h
parent82c7b531f3328dbbb7a53d0f1dc53b92846c411c (diff)
ASoC: uda134x: Convert to regmap
Use regmap rather then the legacy ASoC IO for the uda134x driver. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/uda134x.h')
-rw-r--r--sound/soc/codecs/uda134x.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/uda134x.h b/sound/soc/codecs/uda134x.h
index 9faae06972b3..e41ab38c6f69 100644
--- a/sound/soc/codecs/uda134x.h
+++ b/sound/soc/codecs/uda134x.h
@@ -26,8 +26,6 @@
#define UDA134X_DATA011 13
#define UDA134X_DATA1 14
-#define UDA134X_REGS_NUM 15
-
#define STATUS0_DAIFMT_MASK (~(7<<1))
#define STATUS0_SYSCLK_MASK (~(3<<4))