1. 11 10月, 2017 1 次提交
  2. 04 10月, 2017 2 次提交
  3. 17 7月, 2017 1 次提交
  4. 16 6月, 2017 1 次提交
  5. 14 6月, 2017 1 次提交
  6. 06 4月, 2017 1 次提交
  7. 29 3月, 2017 1 次提交
  8. 25 10月, 2016 1 次提交
  9. 12 3月, 2016 1 次提交
  10. 05 3月, 2016 1 次提交
    • K
      ASoC: rsnd: add rsnd_runtime_channel_xxx() · eed76bb8
      Kuninori Morimoto 提交于
      Current SSI is supporting Normal SSI/Multi mode SSI/TDM mode SSI
      and its behavior is based on input channels.
      This input channel might be converted by CTU,
      and SSI needs to be Multi SSI mode / TDM SSI mode if 6ch input
      
      EX) 6ch input, CTU for 2ch, playback
      
       6ch    6ch    2ch    2ch    2ch     2ch
       -> SRC -> CTU -> MIX -> DVC -> SSIU -> SSI
      
      EX) 6ch input, no CTU, Multi SSI, playback
      
       6ch    6ch    6ch    6ch    6ch     2ch
       -> SRC -> CTU -> MIX -> DVC -> SSIU -> SSI0/SSI1/SSI2
      
      Current driver is using rsnd_get_adinr_chan() / rsnd_get_slot_width()
      for this purpose, but it is complicated enough without meaning.
      This patch adds new rsnd_runtime_channel_xxx() which is caring
      CTU/Multi SSI.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      eed76bb8
  11. 19 2月, 2016 1 次提交
  12. 23 1月, 2016 1 次提交
    • K
      ASoC: rsnd: each mod has status again for CTU/MUX support · 5ba17b42
      Kuninori Morimoto 提交于
      SSI will be used as normal SSI or as clock parent SSI. Therefor,
      rsnd driver wants to control SSI and parent SSI separately. Otherwise it
      can't use Playback/Capture in the same time.
      And it has been done by c2dc47d5("ASoC: rsnd: rsnd_dai_stream has each
      mod's status insted of rsnd_mod") before.
      
      OTOH, rsnd driver doesn't want to control CTU/MUX/DVC/SSIU/SSI in
      separately. Otherwise, these will be re-initialized during playing if
      MUX merges 2 sounds.
      Because of these picky reasons, this patch re-defines status on each mod,
      and add new parent_ssi_status on rsnd_dai_stream.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      5ba17b42
  13. 18 12月, 2015 1 次提交
  14. 16 12月, 2015 1 次提交
  15. 01 12月, 2015 4 次提交
  16. 19 11月, 2015 4 次提交
  17. 16 11月, 2015 3 次提交
  18. 22 10月, 2015 1 次提交
  19. 16 10月, 2015 1 次提交
  20. 15 9月, 2015 1 次提交
  21. 17 7月, 2015 7 次提交
  22. 16 6月, 2015 4 次提交