alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: header cleanup
@ 2010-06-15  1:32 Kuninori Morimoto
  2010-06-15  1:33 ` [PATCH 1/6] ASoC: header cleanup for FSI Kuninori Morimoto
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2010-06-15  1:32 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Dear Mark

These are header cleanup patches

Kuninori Morimoto (5):
      ASoC: header cleanup for FSI
      ASoC: header cleanup for FSI-AK4642
      ASoC: header cleanup for FSI-DA7210
      ASoC: header cleanup for ak4642
      ASoC: header cleanup for da7210

Not so important

Best regards
--
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/6] ASoC: header cleanup for FSI
  2010-06-15  1:32 [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
@ 2010-06-15  1:33 ` Kuninori Morimoto
  2010-06-15  1:33 ` [PATCH 2/6] ASoC: header cleanup for FSI-AK4642 Kuninori Morimoto
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2010-06-15  1:33 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/sh/fsi.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index 3396a0d..30765ab 100644
--- a/sound/soc/sh/fsi.c
+++ b/sound/soc/sh/fsi.c
@@ -12,21 +12,12 @@
  * published by the Free Software Foundation.
  */
 
-#include <linux/init.h>
-#include <linux/module.h>
-#include <linux/platform_device.h>
 #include <linux/delay.h>
-#include <linux/list.h>
 #include <linux/pm_runtime.h>
 #include <linux/io.h>
 #include <linux/slab.h>
-#include <sound/core.h>
-#include <sound/pcm.h>
-#include <sound/initval.h>
 #include <sound/soc.h>
-#include <sound/pcm_params.h>
 #include <sound/sh_fsi.h>
-#include <asm/atomic.h>
 
 #define DO_FMT		0x0000
 #define DOFF_CTL	0x0004
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/6] ASoC: header cleanup for FSI-AK4642
  2010-06-15  1:32 [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
  2010-06-15  1:33 ` [PATCH 1/6] ASoC: header cleanup for FSI Kuninori Morimoto
@ 2010-06-15  1:33 ` Kuninori Morimoto
  2010-06-15  1:33 ` [PATCH 3/6] ASoC: header cleanup for FSI-DA7210 Kuninori Morimoto
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2010-06-15  1:33 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/sh/fsi-ak4642.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/sound/soc/sh/fsi-ak4642.c b/sound/soc/sh/fsi-ak4642.c
index be01854..2871a20 100644
--- a/sound/soc/sh/fsi-ak4642.c
+++ b/sound/soc/sh/fsi-ak4642.c
@@ -9,16 +9,7 @@
  * for more details.
  */
 
-#include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/platform_device.h>
-#include <linux/i2c.h>
-#include <linux/io.h>
-#include <sound/core.h>
-#include <sound/pcm.h>
-#include <sound/soc.h>
-#include <sound/soc-dapm.h>
-
 #include <sound/sh_fsi.h>
 #include <../sound/soc/codecs/ak4642.h>
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/6] ASoC: header cleanup for FSI-DA7210
  2010-06-15  1:32 [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
  2010-06-15  1:33 ` [PATCH 1/6] ASoC: header cleanup for FSI Kuninori Morimoto
  2010-06-15  1:33 ` [PATCH 2/6] ASoC: header cleanup for FSI-AK4642 Kuninori Morimoto
@ 2010-06-15  1:33 ` Kuninori Morimoto
  2010-06-15  1:33 ` [PATCH 4/6] ASoC: header cleanup for ak4642 Kuninori Morimoto
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2010-06-15  1:33 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/sh/fsi-da7210.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/sound/soc/sh/fsi-da7210.c b/sound/soc/sh/fsi-da7210.c
index 33b4d17..4d4fd77 100644
--- a/sound/soc/sh/fsi-da7210.c
+++ b/sound/soc/sh/fsi-da7210.c
@@ -10,16 +10,7 @@
  *  option) any later version.
  */
 
-#include <linux/interrupt.h>
 #include <linux/platform_device.h>
-#include <linux/io.h>
-#include <linux/i2c.h>
-#include <sound/core.h>
-#include <sound/pcm.h>
-#include <sound/pcm_params.h>
-#include <sound/soc.h>
-#include <sound/soc-dapm.h>
-
 #include <sound/sh_fsi.h>
 #include "../codecs/da7210.h"
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 4/6] ASoC: header cleanup for ak4642
  2010-06-15  1:32 [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2010-06-15  1:33 ` [PATCH 3/6] ASoC: header cleanup for FSI-DA7210 Kuninori Morimoto
@ 2010-06-15  1:33 ` Kuninori Morimoto
  2010-06-15  1:33 ` [PATCH 5/6] ASoC: header cleanup for da7210 Kuninori Morimoto
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2010-06-15  1:33 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/codecs/ak4642.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c
index 7528a54..8d56811 100644
--- a/sound/soc/codecs/ak4642.c
+++ b/sound/soc/codecs/ak4642.c
@@ -22,18 +22,10 @@
  * AK4643 is tested.
  */
 
-#include <linux/module.h>
-#include <linux/moduleparam.h>
-#include <linux/init.h>
 #include <linux/delay.h>
-#include <linux/pm.h>
 #include <linux/i2c.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
-#include <sound/core.h>
-#include <sound/pcm.h>
-#include <sound/pcm_params.h>
-#include <sound/soc.h>
 #include <sound/soc-dapm.h>
 #include <sound/initval.h>
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 5/6] ASoC: header cleanup for da7210
  2010-06-15  1:32 [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
                   ` (3 preceding siblings ...)
  2010-06-15  1:33 ` [PATCH 4/6] ASoC: header cleanup for ak4642 Kuninori Morimoto
@ 2010-06-15  1:33 ` Kuninori Morimoto
  2010-06-15  1:39 ` [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
  2010-06-15 10:08 ` Liam Girdwood
  6 siblings, 0 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2010-06-15  1:33 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/codecs/da7210.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/sound/soc/codecs/da7210.c b/sound/soc/codecs/da7210.c
index 75af2d6..a83aa18 100644
--- a/sound/soc/codecs/da7210.c
+++ b/sound/soc/codecs/da7210.c
@@ -15,23 +15,14 @@
  * option) any later version.
  */
 
-#include <linux/module.h>
-#include <linux/moduleparam.h>
-#include <linux/kernel.h>
-#include <linux/init.h>
 #include <linux/delay.h>
-#include <linux/pm.h>
 #include <linux/i2c.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
-#include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
-#include <sound/soc.h>
 #include <sound/soc-dapm.h>
-#include <sound/tlv.h>
 #include <sound/initval.h>
-#include <asm/div64.h>
 
 #include "da7210.h"
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/6] ASoC: header cleanup
  2010-06-15  1:32 [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
                   ` (4 preceding siblings ...)
  2010-06-15  1:33 ` [PATCH 5/6] ASoC: header cleanup for da7210 Kuninori Morimoto
@ 2010-06-15  1:39 ` Kuninori Morimoto
  2010-06-15 10:17   ` Mark Brown
  2010-06-15 10:08 ` Liam Girdwood
  6 siblings, 1 reply; 9+ messages in thread
From: Kuninori Morimoto @ 2010-06-15  1:39 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Dear Mark

so sorry.
[PATCH x/6] is wrong.
[PATCH x/5] is correct.
        ^^^
Best regards
--
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/6] ASoC: header cleanup
  2010-06-15  1:32 [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
                   ` (5 preceding siblings ...)
  2010-06-15  1:39 ` [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
@ 2010-06-15 10:08 ` Liam Girdwood
  6 siblings, 0 replies; 9+ messages in thread
From: Liam Girdwood @ 2010-06-15 10:08 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Linux-ALSA, Mark Brown

On Tue, 2010-06-15 at 10:32 +0900, Kuninori Morimoto wrote:
> Dear Mark
> 
> These are header cleanup patches
> 
> Kuninori Morimoto (5):
>       ASoC: header cleanup for FSI
>       ASoC: header cleanup for FSI-AK4642
>       ASoC: header cleanup for FSI-DA7210
>       ASoC: header cleanup for ak4642
>       ASoC: header cleanup for da7210
> 
> Not so important


Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/6] ASoC: header cleanup
  2010-06-15  1:39 ` [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
@ 2010-06-15 10:17   ` Mark Brown
  0 siblings, 0 replies; 9+ messages in thread
From: Mark Brown @ 2010-06-15 10:17 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Linux-ALSA

On Tue, Jun 15, 2010 at 10:39:40AM +0900, Kuninori Morimoto wrote:
> 
> Dear Mark
> 
> so sorry.
> [PATCH x/6] is wrong.
> [PATCH x/5] is correct.
>         ^^^

Applied all, thanks.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-06-15 10:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15  1:32 [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
2010-06-15  1:33 ` [PATCH 1/6] ASoC: header cleanup for FSI Kuninori Morimoto
2010-06-15  1:33 ` [PATCH 2/6] ASoC: header cleanup for FSI-AK4642 Kuninori Morimoto
2010-06-15  1:33 ` [PATCH 3/6] ASoC: header cleanup for FSI-DA7210 Kuninori Morimoto
2010-06-15  1:33 ` [PATCH 4/6] ASoC: header cleanup for ak4642 Kuninori Morimoto
2010-06-15  1:33 ` [PATCH 5/6] ASoC: header cleanup for da7210 Kuninori Morimoto
2010-06-15  1:39 ` [PATCH 0/6] ASoC: header cleanup Kuninori Morimoto
2010-06-15 10:17   ` Mark Brown
2010-06-15 10:08 ` Liam Girdwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).