linux_dsm_epyc7002/sound/soc/sh/rcar
Kuninori Morimoto 92eba04e4b ASoC: rcar: remove RSND_SSI_CLK_FROM_ADG
R-Car sound has clock pin for each SSI, and sometimes,
these pins are shared with paired SSI.
It may sometimes become "SSI-A clock pin is master" and
"SSI-B clock pin is slave", but "SSI-A/B clock pins are shared".
SSI-B needs SSI-A clock in this case.

Current R-Car sound driver is using RSND_SSI_xxx flag
to control this kind of shared pin behavior.

But, this information, especially clock master setting,
can be got from ASoC set_fmt settings.
This patch removes rsnd_ssi_mode_init() and extend rsnd_ssi_mode_set()
to controlling pin settings via .set_fmt.

This patch doesn't removes RSND_SSI_CLK_FROM_ADG flag at this point
to avoid conflict branch merging between ASoC <-> SH-ARM.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
2013-10-20 17:28:37 +01:00
..
adg.c ASoC: rsnd: remove rsnd_priv_read/write/bset() 2013-09-24 19:53:36 +01:00
core.c ASoC: rcar: add ID check on rsnd_dai_get() 2013-10-11 19:45:49 +01:00
gen.c ASoC: rsnd: use regmap instead of original register mapping method 2013-09-24 19:53:36 +01:00
Makefile ASoC: add Renesas R-Car SSI feature 2013-07-28 19:34:09 +01:00
rsnd.h ASoC: rcar: add rsnd_scu_hpbif_is_enable() 2013-10-20 17:28:37 +01:00
scu.c ASoC: rcar: add rsnd_scu_hpbif_is_enable() 2013-10-20 17:28:37 +01:00
ssi.c ASoC: rcar: remove RSND_SSI_CLK_FROM_ADG 2013-10-20 17:28:37 +01:00