1. 06 9月, 2018 1 次提交
  2. 18 6月, 2018 1 次提交
  3. 20 12月, 2017 1 次提交
  4. 13 10月, 2017 1 次提交
  5. 04 10月, 2017 1 次提交
  6. 14 9月, 2017 1 次提交
  7. 10 8月, 2017 1 次提交
  8. 02 8月, 2017 1 次提交
    • K
      ASoC: rcar: unregister fixed rate on ADG · e3c6de48
      Kuninori Morimoto 提交于
      ADG is registering fixed rate clock for audio_clkout, but it had not
      been unregister clock when removing.
      
      Salvator-X board is using ak4613 driver now, and it supports
      hw_constraints from commit 907cd880 ("ASoC: ak4613: add
      hw_constraint rule for Sampling Rate").
      And this calculation is using input clk. This ak4613 input clock is
      ADG clkout on Salvator-X.
      
      Because ADG had not been unregister clkout when unbinding, it receives
      fixed rate clk register error when re-binding.
      Thus, ak4613 can't get correct input clock, and hw_constraints will be
      failed after re-binding.
      This means Salvator-X board can't use sound after unbind/bind.
      
      This patch solves this issue.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      e3c6de48
  9. 16 6月, 2017 1 次提交
    • K
      ASoC: rsnd: add rsnd_adg_clk_query() · 1dfdc650
      Kuninori Morimoto 提交于
      Current Renesas sound driver is assuming that all Sampling rate and
      channles are possible to use, but these are depends on inputed clock
      and SSI connection situation.
      For example, if it is using 1 SSI, enabled TDM mode and has 12288000
      input clock, 2ch output can support until 192000Hz, but 6ch output can
      support until 64000Hz, 8ch can support 48000Hz.
      To control these situation correctly, it needs to support
      hw_constraints / refine feature.
      
      To support such feature, it needs SSI clock query feature, and it needs
      ADG clock query feature. Current ADG has rsnd_adg_ssi_clk_try_start()
      and it is doing similar things, but it try to setup ADG register in
      same time. This is not needed.
      
      This patch adds new rsnd_adg_clk_query() and separates query feature
      and register setting feature in adg.c
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Tested-by: NHiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      1dfdc650
  10. 26 5月, 2017 1 次提交
  11. 17 5月, 2017 2 次提交
  12. 22 4月, 2017 1 次提交
  13. 21 4月, 2017 1 次提交
  14. 20 4月, 2017 1 次提交
  15. 31 3月, 2017 2 次提交
  16. 22 2月, 2017 1 次提交
  17. 07 12月, 2016 2 次提交
  18. 29 10月, 2016 1 次提交
  19. 09 6月, 2016 1 次提交
  20. 28 5月, 2016 1 次提交
  21. 20 4月, 2016 1 次提交
  22. 07 3月, 2016 2 次提交
  23. 23 1月, 2016 2 次提交
  24. 01 12月, 2015 1 次提交
  25. 19 11月, 2015 3 次提交
  26. 16 11月, 2015 2 次提交
  27. 22 10月, 2015 1 次提交
  28. 17 9月, 2015 1 次提交
  29. 15 9月, 2015 4 次提交