Hi Mark
Remove the Gen1 SRC support has been announced by 4362495734d155e10174ace9066827780edaed0d ("ASoC: rsnd: Announce for removing Gen1 SRU support") These patches remove Gen1 SRC support and cleanup it.
And, Renesas sound driver have been supported both platform/DT boot. But all platform boot user (=board/platform) was finally removed from upstream. This means all user are using DT boot. This patch removes platform boot support too.
1) - 3) remove SRC Gen1 support and cleanup 4) - 13) remove platform boot support and cleanup
Kuninori Morimoto (13): 1) ASoC: rsnd: remove Gen1 support from SRC 2) ASoC: rsnd: cleanup RSND_REG_xxx 3) ASoC: rsnd: SRC settings matches to datasheet 4) ASoC: rsnd: remove platform boot support from core.c 5) ASoC: rsnd: remove platform boot support from ssi.c 6) ASoC: rsnd: remove platform boot support from src.c 7) ASoC: rsnd: remove platform boot support from ctu.c 8) ASoC: rsnd: remove platform boot support from mix.c 9) ASoC: rsnd: remove platform boot support from dvc.c 10) ASoC: rsnd: remove platform boot support from gen.c 11) ASoC: rsnd: remove struct rsnd_of_data 12) ASoC: rsnd: remove struct rcar_snd_info 13) ASoC: rsnd: remove struct platform_device from probe/remove parameter
sound/soc/sh/rcar/adg.c | 69 +----------- sound/soc/sh/rcar/cmd.c | 7 +- sound/soc/sh/rcar/core.c | 330 +++++++++++++++------------------------------------------ sound/soc/sh/rcar/ctu.c | 90 ++++++---------- sound/soc/sh/rcar/dma.c | 5 +- sound/soc/sh/rcar/dvc.c | 88 ++++++--------- sound/soc/sh/rcar/gen.c | 66 ++---------- sound/soc/sh/rcar/mix.c | 90 ++++++---------- sound/soc/sh/rcar/rcar_snd.h | 117 -------------------- sound/soc/sh/rcar/rsnd.h | 215 ++++++++++++++----------------------- sound/soc/sh/rcar/src.c | 766 +++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------ sound/soc/sh/rcar/ssi.c | 150 ++++++++++---------------- sound/soc/sh/rcar/ssiu.c | 7 +- 13 files changed, 536 insertions(+), 1464 deletions(-)
Best regards --- Kuninori Morimoto