Skip to content

Commit 68b24a2

Browse files
larsclausenbroonie
authored andcommitted
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 <[email protected]> Acked-by: Charles Keepax <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 1001354 commit 68b24a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sound/soc/codecs/wm8753.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,4 @@
112112
#define WM8753_VXCLK_DIV_8 (3 << 6)
113113
#define WM8753_VXCLK_DIV_16 (4 << 6)
114114

115-
#define WM8753_DAI_HIFI 0
116-
#define WM8753_DAI_VOICE 1
117-
118115
#endif

0 commit comments

Comments
 (0)