1. 10 10月, 2019 1 次提交
  2. 10 7月, 2019 1 次提交
  3. 07 6月, 2019 1 次提交
  4. 26 4月, 2019 1 次提交
  5. 21 3月, 2019 10 次提交
  6. 22 1月, 2019 2 次提交
  7. 21 11月, 2018 2 次提交
  8. 31 8月, 2018 2 次提交
    • K
      ASoC: simple-card-util: support snd_soc_dai_link_component style for platform · 868cdb46
      Kuninori Morimoto 提交于
      Current ASoC is supporting snd_soc_dai_link_component for binding,
      it is more useful than current legacy style.
      Currently only codec is supporting it as multicodec (= codecs).
      CPU will support multi style in the future.
      We want to have it on Platform too in the future.
      
      If all Codec/CPU/Platform are replaced into snd_soc_dai_link_component
      style, we can remove legacy complex style.
      This patch supports snd_soc_dai_link_component style
      for simple-card-util for platform.
      
      [current]
      struct snd_soc_dai_link {
      	...
      	*cpu_name;
      	*cpu_of_node;
      	*cpu_dai_name;
      
      	*codec_name;
      	*codec_of_node;
      	*codec_dai_name;
      	*codecs;
      	num_codecs;
      
      	*platform_name;
      	*platform_of_node;
      	...
      }
      
      [in the future]
      struct snd_soc_dai_link {
      	...
      	*cpus
      	num_cpus;
      
      	*codecs;
      	num_codecs;
      
      	*platform;
      	...
      }
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      868cdb46
    • K
      ASoC: simple_card_utils: support snd_soc_dai_link_component style for codec · e664de68
      Kuninori Morimoto 提交于
      Current ASoC is supporting snd_soc_dai_link_component for binding,
      it is more useful than current legacy style.
      Currently only codec is supporting it as multicodec (= codecs).
      CPU will support multi style in the future.
      We want to have it on Platform too in the future.
      
      If all Codec/CPU/Platform are replaced into snd_soc_dai_link_component
      style, we can remove legacy complex style.
      This patch supports snd_soc_dai_link_component style
      for simple_card_utils for codec.
      
      [current]
      struct snd_soc_dai_link {
      	...
      	*cpu_name;
      	*cpu_of_node;
      	*cpu_dai_name;
      
      	*codec_name;
      	*codec_of_node;
      	*codec_dai_name;
      	*codecs;
      	num_codecs;
      
      	*platform_name;
      	*platform_of_node;
      	...
      }
      
      [in the future]
      struct snd_soc_dai_link {
      	...
      	*cpus
      	num_cpus;
      
      	*codecs;
      	num_codecs;
      
      	*platform;
      	...
      }
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      e664de68
  9. 02 7月, 2018 1 次提交
  10. 18 6月, 2018 1 次提交
  11. 01 9月, 2017 1 次提交
  12. 17 6月, 2017 1 次提交
  13. 16 6月, 2017 2 次提交
  14. 14 6月, 2017 2 次提交
  15. 07 6月, 2017 1 次提交
  16. 17 5月, 2017 1 次提交
  17. 24 1月, 2017 1 次提交
  18. 05 12月, 2016 1 次提交
  19. 24 8月, 2016 1 次提交
  20. 11 8月, 2016 2 次提交
  21. 09 8月, 2016 2 次提交
  22. 08 8月, 2016 2 次提交
  23. 16 7月, 2016 1 次提交