1. 12 5月, 2016 1 次提交
  2. 07 3月, 2016 6 次提交
  3. 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
  4. 19 2月, 2016 1 次提交
  5. 27 1月, 2016 2 次提交
  6. 23 1月, 2016 3 次提交
  7. 01 12月, 2015 4 次提交
  8. 27 11月, 2015 1 次提交
  9. 19 11月, 2015 6 次提交
  10. 16 11月, 2015 10 次提交
  11. 11 11月, 2015 1 次提交
  12. 22 10月, 2015 2 次提交
  13. 14 10月, 2015 1 次提交
    • K
      ASoC: rsnd: Announce for removing Gen1 SRU support · 43624957
      Kuninori Morimoto 提交于
      Gen1 SRU support was created for preparation of Gen2 SRC support,
      but no-one is using this feature (sampling rate convert) on Gen1.
      BockW had used SRU before, but it was pass through mode.
      This means it is same as SSI. And BockW "platform base" code was
      removed from upstream code. It is now supported via DT, but it doesn't
      use SRU. More detail, r8a7778.dtsi has "rcar_sound,src" entry, but
      no-one is using this feature today. SRU probing has no relation to this
      removing. This means there is no effect for DT compatibility, no issues
      on upstream kernel.
      
      Gen2 SRC was created from Gen1 SRU, these are similar but not same IP.
      Keeping Gen1 SRU in current driver is a little bit difficult,
      and no-one is using it today. Gen1 sound is still supported via SSI.
      Gen1 SRU support will be removed in the next kernel version.
      This patch announces it.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      43624957
  14. 15 9月, 2015 1 次提交