All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/12 v2] ASoC: Renesas adds DPCM based sampling rate convert
@ 2015-03-16  4:39 Kuninori Morimoto
  2015-03-16  4:44 ` [PATCH 01/12 v2] ASoC: core: remove of_xlate_dai_name from snd_soc_component_driver Kuninori Morimoto
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2015-03-16  4:39 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon, shiiba, Liam Girdwood, Das Biju


Hi Mark

These are v2 of DPCM based sampling rate convert support patch-set for Rensas
sound driver. Then, it doesn't use simple-card. it uses new Renesas specific
sound card driver, but it is copied from simple-card.

 1 -  2 : prepare patch for Renesas new sound card driver
 3 -  4 : new Renesas sound card driver
 5      : tidyup for ak4642
 6 - 10 : fixup/tidyup patches for rsnd
11 - 12 : DPCM support patch for rsnd

Kuninori Morimoto (12):
       1) ASoC: core: remove of_xlate_dai_name from snd_soc_component_driver
       2) ASoC: core: add snd_soc_get_dai_info() to get driver infomation
       3) ASoC: rsnd-dpcm-card: add Renesas sound card support for DPCM
       4) ASoC: rsnd-dpcm-card: add .be_hw_params_fixup support for convert rate
       5) ASoC: ak4642: tidyup DAPM route for playback
       6) ASoC: rsnd: no more SSI restart when unusual situation
       7) ASoC: rsnd: no more SRC restart when unusual situation
       8) ASoC: rsnd: tidyup error message format
       9) ASoC: rsnd: show debug info for sampling rate convert
      10) ASoC: rsnd: don't call clk_prepare_enable/unprepare() from inside spin lock
      11) ASoC: rsnd: add dai_link stream name
      12) ASoC: rsnd: add DPCM based sampling rate convert

 Documentation/devicetree/bindings/sound/renesas,rsnd-dpcm-card.txt |  72 ++++++++++++++
 include/sound/soc.h                                                |   6 +-
 sound/soc/codecs/ak4642.c                                          |   4 +-
 sound/soc/sh/Kconfig                                               |   5 +
 sound/soc/sh/rcar/Makefile                                         |   5 +-
 sound/soc/sh/rcar/adg.c                                            |   2 +
 sound/soc/sh/rcar/core.c                                           |  48 ++++++++-
 sound/soc/sh/rcar/dvc.c                                            |  12 +--
 sound/soc/sh/rcar/rsnd-dpcm-card.c                                 | 496 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sound/soc/sh/rcar/rsnd.h                                           |  16 ++-
 sound/soc/sh/rcar/src.c                                            |  63 ++++++++++--
 sound/soc/sh/rcar/ssi.c                                            |  31 ++++--
 sound/soc/soc-core.c                                               |  71 ++++++++------
 13 files changed, 765 insertions(+), 66 deletions(-)

Best regards
---
Kuninori Morimoto
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2015-03-19  0:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16  4:39 [PATCH 0/12 v2] ASoC: Renesas adds DPCM based sampling rate convert Kuninori Morimoto
2015-03-16  4:44 ` [PATCH 01/12 v2] ASoC: core: remove of_xlate_dai_name from snd_soc_component_driver Kuninori Morimoto
2015-03-18  9:03   ` Lars-Peter Clausen
2015-03-18 23:59     ` Kuninori Morimoto
2015-03-16  4:45 ` [PATCH 02/12 v2] ASoC: core: add snd_soc_get_dai_info() to get driver infomation Kuninori Morimoto
2015-03-16  4:45 ` [PATCH 03/12 v2] ASoC: rsnd-dpcm-card: add Renesas sound card support for DPCM Kuninori Morimoto
2015-03-18  9:05   ` Lars-Peter Clausen
2015-03-19  0:08     ` Kuninori Morimoto
2015-03-16  4:45 ` [PATCH 04/12 v2] ASoC: rsnd-dpcm-card: add .be_hw_params_fixup support for convert rate Kuninori Morimoto
2015-03-16  4:45 ` [PATCH 05/12 v2] ASoC: ak4642: tidyup DAPM route for playback Kuninori Morimoto
2015-03-17 12:22   ` Mark Brown
2015-03-16  4:46 ` [PATCH 06/12 v2] ASoC: rsnd: no more SSI restart when unusual situation Kuninori Morimoto
2015-03-16  4:46 ` [PATCH 07/12 v2] ASoC: rsnd: no more SRC " Kuninori Morimoto
2015-03-16  4:46 ` [PATCH 08/12 v2] ASoC: rsnd: tidyup error message format Kuninori Morimoto
2015-03-16  4:46 ` [PATCH 09/12 v2] ASoC: rsnd: show debug info for sampling rate convert Kuninori Morimoto
2015-03-16  4:47 ` [PATCH 10/12 v2] ASoC: rsnd: don't call clk_prepare_enable/unprepare() from inside spin lock Kuninori Morimoto
2015-03-16  4:47 ` [PATCH 11/12 v2] ASoC: rsnd: add dai_link stream name Kuninori Morimoto
2015-03-16  4:47 ` [PATCH 12/12 v2] ASoC: rsnd: add DPCM based sampling rate convert Kuninori Morimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.