[alsa-devel] [PATCH 0/5] ASoC: rsnd: DPCM base sampling rate convert support

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Tue Mar 24 06:02:19 CET 2015


Hi Mark

These are remains of my previous patch set.
Basically, these doesn't need soc-core's new feature, but it is assuming
DPCM base sampling rate convert has both playback/capture in same time.

1 - 2: new Renesas sound card for DPCM
3    : bug fix patch. it can be applied in linus/master branch
4 - 5: new feature, but based on 3) patch

Kuninori Morimoto (5):
      1) ASoC: rsrc-card: add Renesas sampling rate convert sound card support
      2) ASoC: rsrc-card: add .be_hw_params_fixup support for convert rate
      3) ASoC: rsnd: call clk_prepare_enable/unprepare() in probe/remove
      4) ASoC: rsnd: remove useless debug message
      5) ASoC: rsnd: add DPCM based sampling rate convert

 Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt |  67 +++++++++++++
 sound/soc/sh/Kconfig                                          |   5 +
 sound/soc/sh/rcar/Makefile                                    |   5 +-
 sound/soc/sh/rcar/adg.c                                       |   2 -
 sound/soc/sh/rcar/core.c                                      |  25 ++++-
 sound/soc/sh/rcar/dma.c                                       |   4 -
 sound/soc/sh/rcar/dvc.c                                       |  28 +-----
 sound/soc/sh/rcar/gen.c                                       |   4 -
 sound/soc/sh/rcar/rsnd.h                                      |  12 ++-
 sound/soc/sh/rcar/rsrc-card.c                                 | 512 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sound/soc/sh/rcar/src.c                                       |  84 +++++++++-------
 sound/soc/sh/rcar/ssi.c                                       |  31 ++----
 12 files changed, 683 insertions(+), 96 deletions(-)


More information about the Alsa-devel mailing list