mbox series

[0/3] ASoC: rsnd: prepare patches for BUSIF support

Message ID 87ftwnsx93.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: rsnd: prepare patches for BUSIF support | expand

Message

Kuninori Morimoto Oct. 30, 2018, 7:43 a.m. UTC
Hi Mark

These are prepare/cleanup for for Renesas rsnd driver BUSIF support.
I will post BUSIF support patch soon, but it needs
Jiada Wang <jiada_wang@mentor.com> 's check.
If it was OK, I will focus to TDM split mode.

Kuninori Morimoto (3):
  ASoC: rsnd: move .get_status under rsnd_mod_ops
  ASoC: rsnd: add .get_id/.get_id_sub
  ASoC: rsnd: rsnd_mod_name() handles both name and ID

 sound/soc/sh/rcar/adg.c  |   2 +-
 sound/soc/sh/rcar/cmd.c  |  11 ++--
 sound/soc/sh/rcar/core.c |  72 +++++++++++++++++------
 sound/soc/sh/rcar/ctu.c  |  23 +++++++-
 sound/soc/sh/rcar/dma.c  |  47 +++++++--------
 sound/soc/sh/rcar/dvc.c  |   3 +-
 sound/soc/sh/rcar/gen.c  |  12 ++--
 sound/soc/sh/rcar/mix.c  |   3 +-
 sound/soc/sh/rcar/rsnd.h |  21 +++----
 sound/soc/sh/rcar/src.c  |  29 +++++-----
 sound/soc/sh/rcar/ssi.c  | 147 +++++++++++++++++++++++------------------------
 sound/soc/sh/rcar/ssiu.c |  37 ++++++------
 12 files changed, 232 insertions(+), 175 deletions(-)