alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] ASoC: rsnd: tidyup and fixup rare MIXer issue
@ 2021-05-27  2:39 Kuninori Morimoto
  2021-05-27  2:40 ` [PATCH v2 01/11] ASoC: rsnd: call unregister for null_hw when removed Kuninori Morimoto
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Kuninori Morimoto @ 2021-05-27  2:39 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-05-28 16:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27  2:39 [PATCH v2 00/11] ASoC: rsnd: tidyup and fixup rare MIXer issue Kuninori Morimoto
2021-05-27  2:40 ` [PATCH v2 01/11] ASoC: rsnd: call unregister for null_hw when removed Kuninori Morimoto
2021-05-27  2:40 ` [PATCH v2 02/11] ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params() Kuninori Morimoto
2021-05-27  2:40 ` [PATCH v2 03/11] ASoC: rsnd: attach SSIU when SSI was DMA mode Kuninori Morimoto
2021-05-27  2:41 ` [PATCH v2 04/11] ASoC: rsnd: check BUIF error everytime Kuninori Morimoto
2021-05-27  2:41 ` [PATCH v2 05/11] ASoC: rsnd: indicate unknown error at rsnd_dai_call() Kuninori Morimoto
2021-05-27  2:41 ` [PATCH v2 06/11] ASoC: rsnd: incidate irq error message Kuninori Morimoto
2021-05-27  2:41 ` [PATCH v2 07/11] ASoC: rsnd: add debugfs support Kuninori Morimoto
2021-05-27  2:41 ` [PATCH v2 08/11] ASoC: rsnd: protect mod->status Kuninori Morimoto
2021-05-27  2:41 ` [PATCH v2 09/11] ASoC: rsnd: implement BUSIF related code in ssiu.c Kuninori Morimoto
2021-05-27  2:41 ` [PATCH v2 10/11] ASoC: rsnd: tidyup rsnd_ssiu_busif_err_status_clear() Kuninori Morimoto
2021-05-27  2:42 ` [PATCH v2 11/11] ASoC: rsnd: tidyup rsnd_ssiu_busif_err_irq_ctrl() Kuninori Morimoto
2021-05-28 16:04 ` [PATCH v2 00/11] ASoC: rsnd: tidyup and fixup rare MIXer issue Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).