ASoC: sh: fsi: change fsi->mst_ctrl to master->a/b_mclk
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 3 Dec 2010 08:37:44 +0000 (17:37 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 3 Dec 2010 12:23:34 +0000 (12:23 +0000)
commit2b0e73025f74699e9cc9df60649fcc14cd02481b
tree94db597637da242bb257aabddabe0f3d249db0d5
parent48d78e5879b9f9e1beed341f6a30add127f43907
ASoC: sh: fsi: change fsi->mst_ctrl to master->a/b_mclk

There was a strange part where fsi->xxx had been used
for fsi_master_xxx function instead of master->xxx in current FSI.
This patch modify it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi.c