diff mbox

[1/3] ASoC: ak4641: Remove unused DAI ID defines

Message ID 1476559961-23134-1-git-send-email-lars@metafoo.de (mailing list archive)
State Accepted
Commit fe75e14f15f408abde03c00409ab52304a3b3ca2
Headers show

Commit Message

Lars-Peter Clausen Oct. 15, 2016, 7:32 p.m. UTC
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. This driver was merged after the change of DAIs are
matched was made and the IDs were never used and presumably never will be,
so remove them.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 sound/soc/codecs/ak4641.h | 6 ------
 1 file changed, 6 deletions(-)
diff mbox

Patch

diff --git a/sound/soc/codecs/ak4641.h b/sound/soc/codecs/ak4641.h
index 4a26324..38b9e93 100644
--- a/sound/soc/codecs/ak4641.h
+++ b/sound/soc/codecs/ak4641.h
@@ -38,10 +38,4 @@ 
 
 #define AK4641_CACHEREGNUM	0x14
 
-
-
-#define AK4641_DAI_HIFI		0
-#define AK4641_DAI_VOICE	1
-
-
 #endif