Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ea3356d authored by Takashi Iwai's avatar Takashi Iwai
Browse files

Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus

ASoC: Build fix for SH in 3.4

An API update which wasn't sufficiently thorough in updating the tree...
parents 32cf4023 c8587193
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ static unsigned long siumckb_recalc(struct clk *clk)
	return codec_freq;
	return codec_freq;
}
}


static struct clk_ops siumckb_clk_ops = {
static struct sh_clk_ops siumckb_clk_ops = {
	.recalc = siumckb_recalc,
	.recalc = siumckb_recalc,
};
};