mbox series

[00/15] ASoC: rsnd: cleanup add R-Car Gen4 Sound support

Message ID 87a61y6t8e.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: rsnd: cleanup add R-Car Gen4 Sound support | expand

Message

Kuninori Morimoto Feb. 1, 2023, 1:59 a.m. UTC
Hi Mark

This patch-set adds R-Car Gen4 support on Renesas sound driver.
To add it, it needs some cleanups / prepares which makes
easy to review the patch.


Kuninori Morimoto (15):
  ASoC: rsnd: check whether playback/capture property exists
  ASoC: rsnd: fixup #endif position
  ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()
  ASoC: rsnd: indicate necessary error when clock start failed
  ASoC: rsnd: indicate warning once if it can't handle requested rule
  ASoC: rsnd: use same debug message format on clkout
  ASoC: rsnd: remove unnecessary ADG flags
  ASoC: rsnd: rename clk to clkin
  ASoC: rsnd: moves clkout_name to top of the file
  ASoC: rsnd: use clkin/out_size
  ASoC: rsnd: use array for 44.1kHz/48kHz rate handling
  ASoC: rsnd: tidyup rsnd_dma_addr()
  ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()
  ASoC: dt-bindings: renesas: add R8A779G0 V4H
  ASoC: rsnd: add R-Car Gen4 Sound support

 .../bindings/sound/renesas,rsnd.yaml          |   4 +
 sound/soc/sh/rcar/adg.c                       | 169 ++++++++++--------
 sound/soc/sh/rcar/core.c                      |  66 ++++---
 sound/soc/sh/rcar/dma.c                       |  57 +++++-
 sound/soc/sh/rcar/gen.c                       |  70 ++++++++
 sound/soc/sh/rcar/rsnd.h                      |  23 ++-
 sound/soc/sh/rcar/ssi.c                       |  13 +-
 sound/soc/sh/rcar/ssiu.c                      |  15 +-
 8 files changed, 289 insertions(+), 128 deletions(-)