[alsa-devel] [PATCH] ASoC: sh: fix migor.c compilation
Guennadi Liakhovetski
g.liakhovetski at gmx.de
Wed May 9 12:57:05 CEST 2012
Fix a recent compilation breakage, caused by a change in SH clock API.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski at 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
More information about the Alsa-devel
mailing list