aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/omap/omap-mcpdm.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2013-03-20 10:47:14 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-20 10:59:54 +0100
commit167b5b93a4d53f29d4fda55f96116f525b2eb3d6 (patch)
tree47b4a3fc3d1c3c5c71483b099bf1651256d23b37 /sound/soc/omap/omap-mcpdm.c
parentASoC: omap-mcpdm: Fix for full duplex audio use case (diff)
downloadwireguard-linux-167b5b93a4d53f29d4fda55f96116f525b2eb3d6.tar.xz
wireguard-linux-167b5b93a4d53f29d4fda55f96116f525b2eb3d6.zip
ASoC: omap-mcpdm: Remove leftower define for IO address
The IO address is no longer hardwired into the driver. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/omap-mcpdm.c')
-rw-r--r--sound/soc/omap/omap-mcpdm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c
index cd0e2ec90128..e1d3998cb0a5 100644
--- a/sound/soc/omap/omap-mcpdm.c
+++ b/sound/soc/omap/omap-mcpdm.c
@@ -43,8 +43,6 @@
#include "omap-mcpdm.h"
#include "omap-pcm.h"
-#define OMAP44XX_MCPDM_L3_BASE 0x49032000
-
struct mcpdm_link_config {
u32 link_mask; /* channel mask for the direction */
u32 threshold; /* FIFO threshold */