Hi Mark Cc: Jiada, Timo, Dragos
Dragos, Jiada, Timo added full BUSIF support, expand TDM mode, TDM split mode and its related features to Renesas sound driver on v4.14 base kernel. Thank you Dragos, Jiada, Timo.
Unfortunately, I can't confirm expand TDM mode, TDM split mode on my environment. But I could confirm/test full BUSIF support. These patches are for it.
Dragos Tarcatu (3): ASoC: rsnd: add support for 16/24 bit slot widths ASoC: rsnd: add support for the DSP_A/DSP_B formats ASoC: rsnd: add support for 8 bit S8 format
Jiada Wang (9): ASoC: rsnd: add warning message to rsnd_kctrl_accept_runtime() ASoC: rsnd: remove is_play parameter from hw_rule function ASoC: rsnd: ssi: Fix issue in dma data address assignment ASoC: rsnd: ssi: Check runtime channel number rather than hw_params ASoc: rsnd: dma: Calculate dma address with consider of BUSIF ASoc: rsnd: dma: Calculate PDMACHCRE with consider of BUSIF ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0 ASoC: rsnd: ssiu: Support to init different BUSIF instance ASoC: rsnd: fixup not to call clk_get/set under non-atomic
Kuninori Morimoto (1): ASoC: rsnd: merge .nolock_start and .prepare
sound/soc/sh/rcar/core.c | 135 +++++++++++++++++++++++++---------------------- sound/soc/sh/rcar/dma.c | 100 ++++++++++++++++++++++------------- sound/soc/sh/rcar/gen.c | 27 ++++++++-- sound/soc/sh/rcar/rsnd.h | 64 ++++++++++++++++------ sound/soc/sh/rcar/ssi.c | 105 ++++++++++++++++++++++-------------- sound/soc/sh/rcar/ssiu.c | 92 +++++++++++++++++++++++++++----- 6 files changed, 349 insertions(+), 174 deletions(-)