ASoC: wm8753: Remove unused DAI ID defines
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 15 Oct 2016 17:32:54 +0000 (19:32 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 24 Oct 2016 17:36:42 +0000 (18:36 +0100)
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>
sound/soc/codecs/wm8753.h

index 94edac144bcbef3b94754f4d624352f230a4453c..8b39e3677ac8e85ca8d3a9677b7de7a6e5787140 100644 (file)
 #define WM8753_VXCLK_DIV_8     (3 << 6)
 #define WM8753_VXCLK_DIV_16    (4 << 6)
 
-#define WM8753_DAI_HIFI                0
-#define WM8753_DAI_VOICE               1
-
 #endif