diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2016-10-15 13:32:54 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-24 13:36:42 -0400 |
commit | 68b24a20cbf0a9fb691031506ff7ea1e7b210a2c (patch) | |
tree | c6116f2f25f0eeb561e117d4e0e0f9444aeac5c2 | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
ASoC: wm8753: Remove unused DAI ID defines
The DAI ID defines are back from the time when DAIs were referenced by a
numerical ID. These days a string is used for matching instead and the
defines are unused. These particular IDs were never used and presumably
never will be, so remove them.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/wm8753.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8753.h b/sound/soc/codecs/wm8753.h index 94edac144bcb..8b39e3677ac8 100644 --- a/sound/soc/codecs/wm8753.h +++ b/sound/soc/codecs/wm8753.h | |||
@@ -112,7 +112,4 @@ | |||
112 | #define WM8753_VXCLK_DIV_8 (3 << 6) | 112 | #define WM8753_VXCLK_DIV_8 (3 << 6) |
113 | #define WM8753_VXCLK_DIV_16 (4 << 6) | 113 | #define WM8753_VXCLK_DIV_16 (4 << 6) |
114 | 114 | ||
115 | #define WM8753_DAI_HIFI 0 | ||
116 | #define WM8753_DAI_VOICE 1 | ||
117 | |||
118 | #endif | 115 | #endif |