Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] ASoC: add full BUSIF support
@ 2018-09-03  7:04 Kuninori Morimoto
  2018-09-03  7:05 ` [PATCH 01/13] ASoC: rsnd: add warning message to rsnd_kctrl_accept_runtime() Kuninori Morimoto
                   ` (12 more replies)
  0 siblings, 13 replies; 29+ messages in thread
From: Kuninori Morimoto @ 2018-09-03  7:04 UTC (permalink / raw)
  To: Mark Brown
  Cc: Jiada Wang, Timo Wischer, Linux-ALSA, Hiroyuki Yokoyama,
	Dragos Tarcatu


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(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-09-04  0:15 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-03  7:04 [PATCH 00/13] ASoC: add full BUSIF support Kuninori Morimoto
2018-09-03  7:05 ` [PATCH 01/13] ASoC: rsnd: add warning message to rsnd_kctrl_accept_runtime() Kuninori Morimoto
2018-09-03 13:46   ` Applied "ASoC: rsnd: add warning message to rsnd_kctrl_accept_runtime()" to the asoc tree Mark Brown
2018-09-03  7:05 ` [PATCH 02/13] ASoC: rsnd: add support for 16/24 bit slot widths Kuninori Morimoto
2018-09-03 13:46   ` Applied "ASoC: rsnd: add support for 16/24 bit slot widths" to the asoc tree Mark Brown
2018-09-03  7:06 ` [PATCH 03/13] ASoC: rsnd: add support for the DSP_A/DSP_B formats Kuninori Morimoto
2018-09-03 13:46   ` Applied "ASoC: rsnd: add support for the DSP_A/DSP_B formats" to the asoc tree Mark Brown
2018-09-03  7:06 ` [PATCH 04/13] ASoC: rsnd: add support for 8 bit S8 format Kuninori Morimoto
2018-09-03 13:46   ` Applied "ASoC: rsnd: add support for 8 bit S8 format" to the asoc tree Mark Brown
2018-09-03  7:06 ` [PATCH 05/13] ASoC: rsnd: remove is_play parameter from hw_rule function Kuninori Morimoto
2018-09-03 13:46   ` Applied "ASoC: rsnd: remove is_play parameter from hw_rule function" to the asoc tree Mark Brown
2018-09-03  7:07 ` [PATCH 06/13] ASoC: rsnd: ssi: Fix issue in dma data address assignment Kuninori Morimoto
2018-09-03 13:45   ` Applied "ASoC: rsnd: ssi: Fix issue in dma data address assignment" to the asoc tree Mark Brown
2018-09-03  7:07 ` [PATCH 07/13] ASoC: rsnd: ssi: Check runtime channel number rather than hw_params Kuninori Morimoto
2018-09-03 13:45   ` Applied "ASoC: rsnd: ssi: Check runtime channel number rather than hw_params" to the asoc tree Mark Brown
2018-09-03  7:07 ` [PATCH 08/13] ASoc: rsnd: dma: Calculate dma address with consider of BUSIF Kuninori Morimoto
2018-09-03 13:45   ` Applied "ASoc: rsnd: dma: Calculate dma address with consider of BUSIF" to the asoc tree Mark Brown
2018-09-03  7:08 ` [PATCH 09/13] ASoc: rsnd: dma: Calculate PDMACHCRE with consider of BUSIF Kuninori Morimoto
2018-09-03 13:45   ` Applied "ASoc: rsnd: dma: Calculate PDMACHCRE with consider of BUSIF" to the asoc tree Mark Brown
2018-09-03  7:08 ` [PATCH 10/13] ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0 Kuninori Morimoto
2018-09-03 13:45   ` Applied "ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0" to the asoc tree Mark Brown
2018-09-03  7:08 ` [PATCH 11/13] ASoC: rsnd: ssiu: Support to init different BUSIF instance Kuninori Morimoto
2018-09-03 13:45   ` Applied "ASoC: rsnd: ssiu: Support to init different BUSIF instance" to the asoc tree Mark Brown
2018-09-03  7:08 ` [PATCH 12/13] ASoC: rsnd: fixup not to call clk_get/set under non-atomic Kuninori Morimoto
2018-09-03 13:36   ` Mark Brown
2018-09-04  0:15     ` Kuninori Morimoto
2018-09-03 13:46   ` Applied "ASoC: rsnd: fixup not to call clk_get/set under non-atomic" to the asoc tree Mark Brown
2018-09-03  7:09 ` [PATCH 13/13] ASoC: rsnd: merge .nolock_start and .prepare Kuninori Morimoto
2018-09-03 13:44   ` Applied "ASoC: rsnd: merge .nolock_start and .prepare" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox