ASoC: sh: fsi: Add snd_soc_dai_set_fmt support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 20 Jan 2011 02:46:02 +0000 (11:46 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 21 Jan 2011 19:01:47 +0000 (19:01 +0000)
commit4d805f7b6607f6e547dc22e5d57c201e43d21c05
tree41ce090f7f9f3f4cc76e74101a108218da447f62
parent0d032c19e764ad2f60292f58116f6c2a052a58ab
ASoC: sh: fsi: Add snd_soc_dai_set_fmt support

This patch add snd_soc_dai_ops :: set_fmt to FSI driver and
select master/slave clock mode by snd_soc_dai_set_fmt on
fsi-xxx.c instead of platform infomation code.
This patch remove fsi_is_master function which is no longer needed.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/mach-shmobile/board-ag5evm.c
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-mackerel.c
arch/sh/boards/mach-ecovec24/setup.c
arch/sh/boards/mach-se/7724/setup.c
include/sound/sh_fsi.h
sound/soc/sh/fsi-ak4642.c
sound/soc/sh/fsi-da7210.c
sound/soc/sh/fsi-hdmi.c
sound/soc/sh/fsi.c