[alsa-devel] [PATCH 0/2] ASoC: davinci-evm: Remove not needed header files
Hi,
Trivial changes to remove headers should not be included in the machine driver. The first patch was sent as part of the edma header cleanup series in November: http://mailman.alsa-project.org/pipermail/alsa-devel/2014-November/084734.ht... http://mailman.alsa-project.org/pipermail/alsa-devel/2014-November/084735.ht...
The series missed 3.19 and it seams to not going to make it to 3.20 either.. With these header files gone from the davinci-evm I will be able to send my davinci audio conversion from davinci-pcm to edma-pcm for 3.21.
Mark: is it possible to take these for 3.20 still?
Regards, Peter --- Peter Ujfalusi (2): ASoC: davinci-evm: Do not include edma headers ASoC: davinci-evm: Do not include davinci-pcm.h and davinci-i2s.h
sound/soc/davinci/davinci-evm.c | 6 ------ 1 file changed, 6 deletions(-)
The machine driver has no business with the underlying dma.
Signed-off-by: Peter Ujfalusi peter.ujfalusi@ti.com --- sound/soc/davinci/davinci-evm.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index 158cb3d1db70..d1a8b6e3ac3b 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c @@ -14,7 +14,6 @@ #include <linux/timer.h> #include <linux/interrupt.h> #include <linux/platform_device.h> -#include <linux/platform_data/edma.h> #include <linux/i2c.h> #include <linux/of_platform.h> #include <linux/clk.h> @@ -25,8 +24,6 @@ #include <asm/dma.h> #include <asm/mach-types.h>
-#include <linux/edma.h> - #include "davinci-pcm.h" #include "davinci-i2s.h"
There is no need for them to be included.
Signed-off-by: Peter Ujfalusi peter.ujfalusi@ti.com --- sound/soc/davinci/davinci-evm.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index d1a8b6e3ac3b..b6bb5947a8a8 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c @@ -24,9 +24,6 @@ #include <asm/dma.h> #include <asm/mach-types.h>
-#include "davinci-pcm.h" -#include "davinci-i2s.h" - struct snd_soc_card_drvdata_davinci { struct clk *mclk; unsigned sysclk;
participants (2)
-
Mark Brown
-
Peter Ujfalusi