Skip to content

Commit

Permalink
ASoC: wm8753: Remove unused DAI ID defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Oct 24, 2016
1 parent 1001354 commit 68b24a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/soc/codecs/wm8753.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,4 @@
#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

0 comments on commit 68b24a2

Please sign in to comment.