alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: sh: fix migor.c compilation
@ 2012-05-09 10:57 Guennadi Liakhovetski
  2012-05-09 11:17 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Guennadi Liakhovetski @ 2012-05-09 10:57 UTC (permalink / raw)
  To: linux-sh; +Cc: Liam Girdwood, Mark Brown, alsa-devel

Fix a recent compilation breakage, caused by a change in SH clock API.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
 sound/soc/sh/migor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/sh/migor.c b/sound/soc/sh/migor.c
index 9d9ad8d..8526e1e 100644
--- a/sound/soc/sh/migor.c
+++ b/sound/soc/sh/migor.c
@@ -35,7 +35,7 @@ static unsigned long siumckb_recalc(struct clk *clk)
 	return codec_freq;
 }
 
-static struct clk_ops siumckb_clk_ops = {
+static struct sh_clk_ops siumckb_clk_ops = {
 	.recalc = siumckb_recalc,
 };
 
-- 
1.7.2.5


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

* Re: [PATCH] ASoC: sh: fix migor.c compilation
  2012-05-09 10:57 [PATCH] ASoC: sh: fix migor.c compilation Guennadi Liakhovetski
@ 2012-05-09 11:17 ` Mark Brown
  2012-05-09 11:35   ` Guennadi Liakhovetski
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2012-05-09 11:17 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: linux-sh, Liam Girdwood, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

On Wed, May 09, 2012 at 12:57:05PM +0200, Guennadi Liakhovetski wrote:
> Fix a recent compilation breakage, caused by a change in SH clock API.

How recent - when and where was the API changed?

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [PATCH] ASoC: sh: fix migor.c compilation
  2012-05-09 11:17 ` Mark Brown
@ 2012-05-09 11:35   ` Guennadi Liakhovetski
  2012-05-09 11:37     ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Guennadi Liakhovetski @ 2012-05-09 11:35 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-sh, Liam Girdwood, alsa-devel

Hi Mark

On Wed, 9 May 2012, Mark Brown wrote:

> On Wed, May 09, 2012 at 12:57:05PM +0200, Guennadi Liakhovetski wrote:
> > Fix a recent compilation breakage, caused by a change in SH clock API.
> 
> How recent - when and where was the API changed?

Between 3.3 and 3.4-rc1:

commit 84c36ffd7c580e1a63d7284e318670b082260118
    sh: remove clk_ops

commit e34828298ec542294f4b798606ee73e462d322f5
    sh: introduce sh_clk_ops in parallel with clk_ops

So, no need for stable.

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

* Re: [PATCH] ASoC: sh: fix migor.c compilation
  2012-05-09 11:35   ` Guennadi Liakhovetski
@ 2012-05-09 11:37     ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2012-05-09 11:37 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: linux-sh, Liam Girdwood, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

On Wed, May 09, 2012 at 01:35:37PM +0200, Guennadi Liakhovetski wrote:
> On Wed, 9 May 2012, Mark Brown wrote:

> > On Wed, May 09, 2012 at 12:57:05PM +0200, Guennadi Liakhovetski wrote:
> > > Fix a recent compilation breakage, caused by a change in SH clock API.
> > 
> > How recent - when and where was the API changed?

> Between 3.3 and 3.4-rc1:

> commit 84c36ffd7c580e1a63d7284e318670b082260118
>     sh: remove clk_ops

> commit e34828298ec542294f4b798606ee73e462d322f5
>     sh: introduce sh_clk_ops in parallel with clk_ops

> So, no need for stable.

But it is needed for Linus' tree...  Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-05-09 11:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 10:57 [PATCH] ASoC: sh: fix migor.c compilation Guennadi Liakhovetski
2012-05-09 11:17 ` Mark Brown
2012-05-09 11:35   ` Guennadi Liakhovetski
2012-05-09 11:37     ` Mark Brown

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).