summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorRob Herring <r.herring@freescale.com>2010-01-22 15:01:53 -0200
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-24 12:16:00 +0200
commita68365507942861ae2ce9e4dc4e225977a96f15f (patch)
tree1b689cfaa6bdb98074b0f4717b7fe498a312b41b /sound
parent6ae58a9778c7a99ae0f496ca10deafe87b0dae0b (diff)
ENGR00120394-1 imx: remove unneeded spba related code
The spba defaults to all masters enabled and this is fine as all chips only have ARM and SDMA as masters. Signed-off-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-3stack-sgtl5000.c3
-rw-r--r--sound/soc/imx/imx-3stack-wm8350.c3
-rw-r--r--sound/soc/imx/imx-pcm.c4
3 files changed, 4 insertions, 6 deletions
diff --git a/sound/soc/imx/imx-3stack-sgtl5000.c b/sound/soc/imx/imx-3stack-sgtl5000.c
index 95978fd77759..da9f6033521e 100644
--- a/sound/soc/imx/imx-3stack-sgtl5000.c
+++ b/sound/soc/imx/imx-3stack-sgtl5000.c
@@ -1,7 +1,7 @@
/*
* imx-3stack-sgtl5000.c -- i.MX 3Stack Driver for Freescale SGTL5000 Codec
*
- * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2008-2010 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -32,7 +32,6 @@
#include <sound/initval.h>
#include <mach/dma.h>
-#include <mach/spba.h>
#include <mach/clock.h>
#include "../codecs/sgtl5000.h"
diff --git a/sound/soc/imx/imx-3stack-wm8350.c b/sound/soc/imx/imx-3stack-wm8350.c
index fb1c0191f4ab..14138a65ecc1 100644
--- a/sound/soc/imx/imx-3stack-wm8350.c
+++ b/sound/soc/imx/imx-3stack-wm8350.c
@@ -2,7 +2,7 @@
* imx-3stack-wm8350.c -- i.MX 3Stack Driver for Wolfson WM8350 Codec
*
* Copyright 2007 Wolfson Microelectronics PLC.
- * Copyright 2007-2009 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2007-2010 Freescale Semiconductor, Inc.
*
* Author: Liam Girdwood
* liam.girdwood@wolfsonmicro.com or linux@wolfsonmicro.com
@@ -39,7 +39,6 @@
#include <sound/initval.h>
#include <mach/dma.h>
-#include <mach/spba.h>
#include <mach/clock.h>
#include "../codecs/wm8350.h"
diff --git a/sound/soc/imx/imx-pcm.c b/sound/soc/imx/imx-pcm.c
index 3caec6a9bd17..2487d9284ac3 100644
--- a/sound/soc/imx/imx-pcm.c
+++ b/sound/soc/imx/imx-pcm.c
@@ -2,11 +2,12 @@
* imx-pcm.c -- ALSA SoC interface for the Freescale i.MX3 CPU's
*
* Copyright 2006 Wolfson Microelectronics PLC.
+ * Copyright (C) 2006-2010 Freescale Semiconductor, Inc.
* Author: Liam Girdwood
* liam.girdwood@wolfsonmicro.com or linux@wolfsonmicro.com
*
* Based on imx31-pcm.c by Nicolas Pitre, (C) 2004 MontaVista Software, Inc.
- * and on mxc-alsa-mc13783 (C) 2006-2009 Freescale.
+ * and on mxc-alsa-mc13783 (C) 2006 Freescale.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -26,7 +27,6 @@
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <mach/dma.h>
-#include <mach/spba.h>
#include <mach/clock.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>