All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SoC: ak4641: Remove unused codec field from struct ak4641_priv
@ 2011-10-19 15:05 ` Axel Lin
  0 siblings, 0 replies; 6+ messages in thread
From: Axel Lin @ 2011-10-19 15:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: Liam Girdwood, Mark Brown, Harald Welte, Philipp Zabel,
	Dmitry Artamonow, alsa-devel

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 sound/soc/codecs/ak4641.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c
index 7a64e58..f5125ae 100644
--- a/sound/soc/codecs/ak4641.c
+++ b/sound/soc/codecs/ak4641.c
@@ -31,7 +31,6 @@
 
 /* codec private data */
 struct ak4641_priv {
-	struct snd_soc_codec *codec;
 	unsigned int sysclk;
 	int deemph;
 	int playback_fs;
-- 
1.7.5.4




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

* [PATCH] SoC: ak4641: Remove unused codec field from struct ak4641_priv
@ 2011-10-19 15:05 ` Axel Lin
  0 siblings, 0 replies; 6+ messages in thread
From: Axel Lin @ 2011-10-19 15:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: alsa-devel, Artamonow, Mark Brown, Harald Welte, Philipp Zabel,
	Dmitry, Liam Girdwood

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 sound/soc/codecs/ak4641.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c
index 7a64e58..f5125ae 100644
--- a/sound/soc/codecs/ak4641.c
+++ b/sound/soc/codecs/ak4641.c
@@ -31,7 +31,6 @@
 
 /* codec private data */
 struct ak4641_priv {
-	struct snd_soc_codec *codec;
 	unsigned int sysclk;
 	int deemph;
 	int playback_fs;
-- 
1.7.5.4

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

* Re: [PATCH] SoC: ak4641: Remove unused codec field from struct ak4641_priv
  2011-10-19 15:05 ` Axel Lin
@ 2011-10-19 16:45   ` Girdwood, Liam
  -1 siblings, 0 replies; 6+ messages in thread
From: Girdwood, Liam @ 2011-10-19 16:45 UTC (permalink / raw)
  To: Axel Lin
  Cc: linux-kernel, Mark Brown, Harald Welte, Philipp Zabel,
	Dmitry Artamonow, alsa-devel

On 19 October 2011 16:05, Axel Lin <axel.lin@gmail.com> wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  sound/soc/codecs/ak4641.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c
> index 7a64e58..f5125ae 100644
> --- a/sound/soc/codecs/ak4641.c
> +++ b/sound/soc/codecs/ak4641.c
> @@ -31,7 +31,6 @@
>
>  /* codec private data */
>  struct ak4641_priv {
> -       struct snd_soc_codec *codec;
>        unsigned int sysclk;
>        int deemph;
>        int playback_fs;
> --
> 1.7.5.4
>

Acked-by: Liam Girdwood <lrg@ti.com>

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

* Re: [PATCH] SoC: ak4641: Remove unused codec field from struct ak4641_priv
@ 2011-10-19 16:45   ` Girdwood, Liam
  0 siblings, 0 replies; 6+ messages in thread
From: Girdwood, Liam @ 2011-10-19 16:45 UTC (permalink / raw)
  To: Axel Lin
  Cc: alsa-devel, Dmitry Artamonow, Mark Brown, linux-kernel,
	Harald Welte, Philipp Zabel

On 19 October 2011 16:05, Axel Lin <axel.lin@gmail.com> wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  sound/soc/codecs/ak4641.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c
> index 7a64e58..f5125ae 100644
> --- a/sound/soc/codecs/ak4641.c
> +++ b/sound/soc/codecs/ak4641.c
> @@ -31,7 +31,6 @@
>
>  /* codec private data */
>  struct ak4641_priv {
> -       struct snd_soc_codec *codec;
>        unsigned int sysclk;
>        int deemph;
>        int playback_fs;
> --
> 1.7.5.4
>

Acked-by: Liam Girdwood <lrg@ti.com>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: [PATCH] SoC: ak4641: Remove unused codec field from struct ak4641_priv
  2011-10-19 15:05 ` Axel Lin
@ 2011-10-19 17:01   ` Mark Brown
  -1 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2011-10-19 17:01 UTC (permalink / raw)
  To: Axel Lin
  Cc: linux-kernel, Liam Girdwood, Harald Welte, Philipp Zabel,
	Dmitry Artamonow, alsa-devel

On Wed, Oct 19, 2011 at 11:05:56PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied, thanks.

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

* Re: [PATCH] SoC: ak4641: Remove unused codec field from struct ak4641_priv
@ 2011-10-19 17:01   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2011-10-19 17:01 UTC (permalink / raw)
  To: Axel Lin
  Cc: alsa-devel, Dmitry Artamonow, linux-kernel, Harald Welte,
	Philipp Zabel, Liam Girdwood

On Wed, Oct 19, 2011 at 11:05:56PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2011-10-19 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-19 15:05 [PATCH] SoC: ak4641: Remove unused codec field from struct ak4641_priv Axel Lin
2011-10-19 15:05 ` Axel Lin
2011-10-19 16:45 ` Girdwood, Liam
2011-10-19 16:45   ` Girdwood, Liam
2011-10-19 17:01 ` Mark Brown
2011-10-19 17:01   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.