[PATCH v2 00/11] ASoC: rsnd: tidyup and fixup rare MIXer issue
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Thu May 27 04:39:39 CEST 2021
Hi Mark
These are v2 of tidyup patch, and rare MIXer issue fixup patch for
Renesas Sound driver.
1 - 6 : tidyup for rsnd driver
7 : add debugfs support
8 : fixup rare MIXer issue
9 - 11: tidyup for rsnd driver
v1 -> v2
- add adg.c fixup patch (= [01/11])
- tidyup compile error when CONFIG_DEBUG_FS was not selected (= [07/11])
Link: https://lore.kernel.org/r/87mtsjof3w.wl-kuninori.morimoto.gx@renesas.com
Kuninori Morimoto (11):
1 ASoC: rsnd: call unregister for null_hw when removed
2 ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params()
3 ASoC: rsnd: attach SSIU when SSI was DMA mode
4 ASoC: rsnd: check BUIF error everytime
5 ASoC: rsnd: indicate unknown error at rsnd_dai_call()
6 ASoC: rsnd: incidate irq error message
7 ASoC: rsnd: add debugfs support
8 ASoC: rsnd: protect mod->status
9 ASoC: rsnd: implement BUSIF related code in ssiu.c
10 ASoC: rsnd: tidyup rsnd_ssiu_busif_err_status_clear()
11 ASoC: rsnd: tidyup rsnd_ssiu_busif_err_irq_ctrl()
sound/soc/sh/rcar/Makefile | 2 +-
sound/soc/sh/rcar/adg.c | 44 +++++++----
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 | 40 ++++++++--
sound/soc/sh/rcar/src.c | 26 ++++++-
sound/soc/sh/rcar/ssi.c | 148 +++++++++---------------------------
sound/soc/sh/rcar/ssiu.c | 134 ++++++++++++++++++++++++++++----
14 files changed, 465 insertions(+), 186 deletions(-)
create mode 100644 sound/soc/sh/rcar/debugfs.c
--
2.25.1
More information about the Alsa-devel
mailing list