ASoC: wm9705: Remove unused DAI ID defines
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 15 Oct 2016 17:32:51 +0000 (19:32 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 24 Oct 2016 17:37:15 +0000 (18:37 +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. The last user of these defines was removed in commit
f0fba2ad1b6b ("ASoC: multi-component - ASoC Multi-Component Support"). So
remove the defines as well.

This also means the wm9705.h file no longer has any content and can be
removed.

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/wm9705.c
sound/soc/codecs/wm9705.h [deleted file]
sound/soc/pxa/e740_wm9705.c
sound/soc/pxa/e750_wm9705.c

index e73ff6176622eacbfc001cae1a37b22a6b45717f..f6d5c0f2aea52fd23393f60fca39ac87028969e2 100644 (file)
@@ -21,8 +21,6 @@
 #include <sound/initval.h>
 #include <sound/soc.h>
 
-#include "wm9705.h"
-
 #define WM9705_VENDOR_ID 0x574d4c05
 #define WM9705_VENDOR_ID_MASK 0xffffffff
 
diff --git a/sound/soc/codecs/wm9705.h b/sound/soc/codecs/wm9705.h
deleted file mode 100644 (file)
index 23ea9ce..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * wm9705.h  --  WM9705 Soc Audio driver
- */
-
-#ifndef _WM9705_H
-#define _WM9705_H
-
-#define WM9705_DAI_AC97_HIFI   0
-#define WM9705_DAI_AC97_AUX    1
-
-#endif
index 1de876529aa128c39f9fc5000dcb371a778849a3..086c37a856308748b734ad8c4ac5ab8b53ac8b04 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <asm/mach-types.h>
 
-#include "../codecs/wm9705.h"
 #include "pxa2xx-ac97.h"
 
 
index b7eb7cd5df7d0814e4c4abe172215d38d2dd5ab1..7823278012a63462c5f4ed3dd36dfdea653764fb 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <asm/mach-types.h>
 
-#include "../codecs/wm9705.h"
 #include "pxa2xx-ac97.h"
 
 static int e750_spk_amp_event(struct snd_soc_dapm_widget *w,