
Hi Mark
These are cleanup patches for Renesas R-Car sound driver. I noticed current rsnd driver has un-used function, no-meaning parameter, dirty code, etc... These are cleanup patches for it.
Kuninori Morimoto (16): ASoC: rsnd: remove unsed .rate ASoC: rsnd: tidyup rsnd_io_to_xxx() macro declaration position ASoC: rsnd: rsnd_mod controls clock ASoC: rsnd: rename rsnd_dai_get() to rsnd_rdai_get() ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master() ASoC: rsnd: remove unused rsnd_dai_id() ASoC: rsnd: remove rsnd_dai_get_platform_info() macro ASoC: rsnd: add rsnd_io_to_rdai() ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play() ASoC: rsnd: remove unsed rdai parameter from each function ASoC: rsnd: replace rdai to priv in each function ASoC: rsnd: save priv in struct rsnd_dai ASoC: rsnd: error meesage indicates its port ASoC: rsnd: ignore DIRQ when DMA transfer ASoC: rsnd: tidyup DMA start/stop timing on SSI ASoC: rsnd: tidyup DVC/SRC/SSI order
sound/soc/sh/rcar/adg.c | 14 +++---- sound/soc/sh/rcar/core.c | 91 +++++++++++++++++------------------------ sound/soc/sh/rcar/dvc.c | 48 ++++++++++------------ sound/soc/sh/rcar/rsnd.h | 68 ++++++++++++++----------------- sound/soc/sh/rcar/src.c | 94 +++++++++++++++++++------------------------ sound/soc/sh/rcar/ssi.c | 100 +++++++++++++++++++++------------------------- 6 files changed, 178 insertions(+), 237 deletions(-)
Best regards --- Kuninori Morimoto