[alsa-devel] [PATCH 0/12 v2] ASoC: Renesas adds DPCM based sampling rate convert

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Mon Mar 16 05:39:41 CET 2015


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 at alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel


More information about the Alsa-devel mailing list