Hi Mark
These are cleanup and SRC support patches for Renesas sound driver
#1 - #4 are cleanup #5 - #9 are prepare for SRC support #a is SRC support
Kuninori Morimoto (10): 1) ASoC: rsnd: add rsnd_adg_set_ssi_clk() and cleanup adg 2) ASoC: rsnd: tidyup ssi comment 3) ASoC: rsnd: tidyup register naming 4) ASoC: rsnd: make sure variable name for 44.1kHz/48kHz 5) ASoC: rsnd: route setting is needed only Gen1 6) ASoC: rsnd: make sure Gen2 only method on ssi 7) ASoC: rsnd: add rsnd_scu_transfer_start() 8) ASoC: rsnd: scu cleanup: add rsnd_scu_rate_ctrl() 9) ASoC: rsnd: tidyup rsnd_ssi_master_clk_start() parameter a) ASoC: rsnd: add SRC (Sampling Rate Converter) support
include/sound/rcar_snd.h | 1 + sound/soc/sh/rcar/adg.c | 151 +++++++++++++++++++++++++++----------- sound/soc/sh/rcar/gen.c | 14 +++- sound/soc/sh/rcar/rsnd.h | 32 ++++++-- sound/soc/sh/rcar/scu.c | 181 +++++++++++++++++++++++++++++++++++++++++----- sound/soc/sh/rcar/ssi.c | 17 ++--- 6 files changed, 314 insertions(+), 82 deletions(-)
Best regards --- Kuninori Morimoto