Hi Mark
These are tidyup patch, and rare MIXer issue fixup patch for Renesas Sound driver.
1 - 5 : tidyup for rsnd driver 6 : add debugfs support 7 : fixup rare MIXer issue 8 - 10: tidyup for rsnd driver
Kuninori Morimoto (10): 1) ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params() 2) ASoC: rsnd: attach SSIU when SSI was DMA mode 3) ASoC: rsnd: check BUIF error everytime 4) ASoC: rsnd: indicate unknown error at rsnd_dai_call() 5) ASoC: rsnd: incidate irq error message 6) ASoC: rsnd: add debugfs support 7) ASoC: rsnd: protect mod->status 8) ASoC: rsnd: implement BUSIF related code in ssiu.c 9) ASoC: rsnd: tidyup rsnd_ssiu_busif_err_status_clear() 10) ASoC: rsnd: tidyup rsnd_ssiu_busif_err_irq_ctrl()
sound/soc/sh/rcar/Makefile | 2 +- sound/soc/sh/rcar/adg.c | 35 ++++++--- sound/soc/sh/rcar/cmd.c | 14 ++++ sound/soc/sh/rcar/core.c | 65 +++++++++------- sound/soc/sh/rcar/ctu.c | 14 ++++ sound/soc/sh/rcar/debugfs.c | 96 ++++++++++++++++++++++++ sound/soc/sh/rcar/dma.c | 31 ++++++-- sound/soc/sh/rcar/dvc.c | 14 ++++ sound/soc/sh/rcar/gen.c | 9 +++ sound/soc/sh/rcar/mix.c | 14 ++++ sound/soc/sh/rcar/rsnd.h | 39 ++++++++-- sound/soc/sh/rcar/src.c | 26 ++++++- sound/soc/sh/rcar/ssi.c | 146 ++++++++---------------------------- sound/soc/sh/rcar/ssiu.c | 134 +++++++++++++++++++++++++++++---- 14 files changed, 457 insertions(+), 182 deletions(-) create mode 100644 sound/soc/sh/rcar/debugfs.c