Hi Mark
Renesas R-Car sound driver will have mod base common method on SSIU/CMD/AudioDMAC/AudioDMACpp/SSIparent soon. These are not directly related it, but cleanup/fixup/tidyup patch set.
Kuninori Morimoto (9): ASoC: rsnd: fixup print debug message after read ASoC: rsnd: fixup struct rsnd_gen::res array size ASoC: rsnd: fixup devm_request_irq() option on ssi.c ASoC: rsnd: fixup rsnd_mod_call() behavior for debug ASoC: rsnd: fixup rsnd_dai_call() behavior for unimplemented method ASoC: rsnd: fixup rsnd_dai_call() behavior for .stop/.quit ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/off ASoC: rsnd: remove unused rsnd_dma_to_ssi() macro ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()
sound/soc/sh/rcar/adg.c | 3 +-- sound/soc/sh/rcar/core.c | 35 ++++++++++------------------------- sound/soc/sh/rcar/ctu.c | 4 ++-- sound/soc/sh/rcar/dma.c | 2 +- sound/soc/sh/rcar/dvc.c | 4 ++-- sound/soc/sh/rcar/gen.c | 14 +++++++++----- sound/soc/sh/rcar/mix.c | 4 ++-- sound/soc/sh/rcar/rsnd.h | 11 +++++++---- sound/soc/sh/rcar/src.c | 6 +++--- sound/soc/sh/rcar/ssi.c | 18 +++++++++--------- 10 files changed, 46 insertions(+), 55 deletions(-)
Best regards --- Kuninori Morimoto