alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: rsnd: update SRC activates conditions
@ 2016-03-07  5:05 Kuninori Morimoto
  2016-03-07  5:06 ` [PATCH 1/7] ASoC: rsnd: don't enable SRC Sync mode when Capture with CMD Kuninori Morimoto
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Kuninori Morimoto @ 2016-03-07  5:05 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Liam Girdwood, Simon, linux-renesas-soc


Hi Mark

Current Renesas R-Car sound SRC had cared only Playback, because
we had heard that it can't use under Capture. But it was telephone-game.
accurately, SRC has Sync/Async mode, and it can't use Sync mode when Capture.
And, SRC activates conditions is related to CMD, not DVC.
These patches update these.

Kuninori Morimoto (7):
      ASoC: rsnd: don't enable SRC Sync mode when Capture with CMD
      ASoC: rsnd: SRC sync mode is not related to clock master mode
      ASoC: rsnd: SRC function parameter uses "mod" instead of "src"
      ASoC: rsnd: rename rsnd_enable_sync_convert() to rsnd_src_sync_is_enabled()
      ASoC: rsnd: add rsnd_src_get_in/out_rate()
      ASoC: rsnd: SRC TIMSEL support for Capture
      ASoC: rsnd: CMD TIMSEL support for Capture

 sound/soc/sh/rcar/adg.c  | 209 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
 sound/soc/sh/rcar/rsnd.h |  18 ++++++------
 sound/soc/sh/rcar/src.c  |  95 +++++++++++++++++++++++++++++++------------------------------
 sound/soc/sh/rcar/ssi.c  |   5 ++--
 4 files changed, 177 insertions(+), 150 deletions(-)



Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2016-03-07  7:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07  5:05 [PATCH 0/7] ASoC: rsnd: update SRC activates conditions Kuninori Morimoto
2016-03-07  5:06 ` [PATCH 1/7] ASoC: rsnd: don't enable SRC Sync mode when Capture with CMD Kuninori Morimoto
2016-03-07  7:42   ` Applied "ASoC: rsnd: don't enable SRC Sync mode when Capture with CMD" to the asoc tree Mark Brown
2016-03-07  5:06 ` [PATCH 2/7] ASoC: rsnd: SRC sync mode is not related to clock master mode Kuninori Morimoto
2016-03-07  7:42   ` Applied "ASoC: rsnd: SRC sync mode is not related to clock master mode" to the asoc tree Mark Brown
2016-03-07  5:07 ` [PATCH 3/7] ASoC: rsnd: SRC function parameter uses "mod" instead of "src" Kuninori Morimoto
2016-03-07  7:42   ` Applied "ASoC: rsnd: SRC function parameter uses "mod" instead of "src"" to the asoc tree Mark Brown
2016-03-07  5:07 ` [PATCH 4/7] ASoC: rsnd: rename rsnd_enable_sync_convert() to rsnd_src_sync_is_enabled() Kuninori Morimoto
2016-03-07  7:42   ` Applied "ASoC: rsnd: rename rsnd_enable_sync_convert() to rsnd_src_sync_is_enabled()" to the asoc tree Mark Brown
2016-03-07  5:08 ` [PATCH 5/7] ASoC: rsnd: add rsnd_src_get_in/out_rate() Kuninori Morimoto
2016-03-07  7:42   ` Applied "ASoC: rsnd: add rsnd_src_get_in/out_rate()" to the asoc tree Mark Brown
2016-03-07  5:09 ` [PATCH 6/7] ASoC: rsnd: SRC TIMSEL support for Capture Kuninori Morimoto
2016-03-07  7:42   ` Applied "ASoC: rsnd: SRC TIMSEL support for Capture" to the asoc tree Mark Brown
2016-03-07  5:09 ` [PATCH 7/7] ASoC: rsnd: CMD TIMSEL support for Capture Kuninori Morimoto
2016-03-07  7:42   ` Applied "ASoC: rsnd: CMD TIMSEL support for Capture" 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;
as well as URLs for NNTP newsgroup(s).