1. 04 12月, 2014 2 次提交
    • K
      ASoC: rsnd: add callback status check method · 417f9642
      Kuninori Morimoto 提交于
      R-Car sound can use SSI/SRC/DVC modules, and these are controlled as
      rsnd_mod in rsnd driver. These rsnd_mod has each own function as
      callback. Basically these callback function has pair like probe/remove,
      start/stop, etc. And, these functions are called by order to each stage
      like below.
       1. src->probe
       2. ssi->probe
       3. dvc->probe
       4. src->start
       5. ssi->start
       6. dvc->start
       7. src->stop
       8. ssi->stop
       9. dvc->stop
      10. src->remove
      11. ssi->remove
      12. dvc->remove
      
      But, current rsnd driver doesn't care about its status which indicates
      which function is called.
      For example, if 5) returns error, 6) is not called. In such case,
      9) should not be called. This patch care about each modules status.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      417f9642
    • K
      ASoC: rsnd: add .fallback callback · 97463e19
      Kuninori Morimoto 提交于
      Current R-Car sound has PIO fallback support if it couldn't use DMA.
      This fallback is done in .remove callback, but, it should have
      .fallback callback. Otherwise, normal .remove callback will have
      strange behavior. This patch adds .fallback callback.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      97463e19
  2. 10 11月, 2014 2 次提交
  3. 17 8月, 2014 1 次提交
  4. 01 8月, 2014 2 次提交
  5. 26 7月, 2014 1 次提交
  6. 23 7月, 2014 1 次提交
  7. 02 7月, 2014 3 次提交
  8. 28 6月, 2014 2 次提交
  9. 22 6月, 2014 1 次提交
  10. 18 6月, 2014 1 次提交
  11. 12 6月, 2014 1 次提交
  12. 26 5月, 2014 3 次提交
  13. 14 5月, 2014 5 次提交
  14. 08 5月, 2014 1 次提交
  15. 23 4月, 2014 1 次提交
  16. 22 3月, 2014 1 次提交
  17. 15 3月, 2014 1 次提交
  18. 05 3月, 2014 6 次提交
  19. 04 3月, 2014 3 次提交
  20. 03 3月, 2014 2 次提交