Hi Mark
These are Renesas R-Car sound driver patches v2. But I separated these into 1) cleanup patches 2) new feature patches
Because 1) + 2) becomes large number patches. These are 1) part patches. I will send 2) part patches if 1) are accepted
Kuninori Morimoto (8): ASoC: rsnd: run rsnd_path_init() when probe() timing ASoC: rsnd: use mod array instead of list on rdai ASoC: rsnd: get ssi/scu from rsnd_dai_stream ASoC: rsnd: use devm_clk_get() instead of clk_get() ASoC: rsnd: use function pointer for each probe ASoC: rsnd: remove unused SSI_CONTROL ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter ASoC: rsnd: share reg_field and reduce memory
sound/soc/sh/rcar/adg.c | 31 ++++------ sound/soc/sh/rcar/core.c | 152 ++++++++++++++++++++++++++++++++-------------- sound/soc/sh/rcar/gen.c | 57 ----------------- sound/soc/sh/rcar/rsnd.h | 107 +++++++++++++++++++------------- sound/soc/sh/rcar/scu.c | 22 ++++--- sound/soc/sh/rcar/ssi.c | 4 +- 6 files changed, 197 insertions(+), 176 deletions(-)