All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: rsnd: DPCM base sampling rate convert support
@ 2015-03-24  5:02 Kuninori Morimoto
       [not found] ` <878uen3s5m.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Kuninori Morimoto @ 2015-03-24  5:02 UTC (permalink / raw)
  To: Mark Brown, Linux-DT; +Cc: Simon, Linux-ALSA, Liam Girdwood, Das Biju


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(-)
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24  5:02 [PATCH 0/5] ASoC: rsnd: DPCM base sampling rate convert support Kuninori Morimoto
     [not found] ` <878uen3s5m.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2015-03-24  5:03   ` [PATCH 1/5] ASoC: rsrc-card: add Renesas sampling rate convert sound card support Kuninori Morimoto
2015-03-24  5:04   ` [PATCH 2/5] ASoC: rsrc-card: add .be_hw_params_fixup support for convert rate Kuninori Morimoto
2015-03-24  5:04   ` [PATCH 3/5] ASoC: rsnd: call clk_prepare_enable/unprepare() from probe/remove Kuninori Morimoto
2015-03-24  5:05   ` [PATCH 4/5] ASoC: rsnd: remove useless debug message Kuninori Morimoto
2015-03-24  5:05   ` [PATCH 5/5] ASoC: rsnd: add DPCM based sampling rate convert Kuninori Morimoto
2015-03-26  0:36   ` [alsa-devel] [PATCH 0/5] ASoC: rsnd: DPCM base sampling rate convert support 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.