Skip to content

Commit 50d1236

Browse files
larsclausenbroonie
authored andcommitted
ASoC: wm9713: 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. The last user of these defines was removed in commit f0fba2a ("ASoC: multi-component - ASoC Multi-Component Support"). So remove the defines as well. 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 50d1236

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sound/soc/codecs/wm9713.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,4 @@
4141
#define WM9713_PCMBCLK_DIV_8 (3 << 9)
4242
#define WM9713_PCMBCLK_DIV_16 (4 << 9)
4343

44-
#define WM9713_DAI_AC97_HIFI 0
45-
#define WM9713_DAI_AC97_AUX 1
46-
#define WM9713_DAI_PCM_VOICE 2
47-
4844
#endif

0 commit comments

Comments
 (0)