1. 26 Jun, 2019 4 commits
  2. 25 Jun, 2019 17 commits
  3. 24 Jun, 2019 6 commits
  4. 20 Jun, 2019 12 commits
  5. 19 Jun, 2019 1 commit
    • Kuninori Morimoto's avatar
      ASoC: soc-utils: remove dummy Platform · 64ee5067
      Kuninori Morimoto authored
      ALSA SoC used 2 type of Platform if sound card doesn't need
      Platform.
      
      	1) use Dummy Platform as Platform component
      	2) use CPU component  as Platform component
      
      Now, ALSA SoC allows "no Platform" settings, and it will behave
      same as 2) case selection. And, all sound card which doesn't need
      specific Platform are now not selecting Platform any more.
      
      This means, no sound card is using dummy Platform on ALSA SoC any
      more. This patch removes unused dummy Platform.
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      64ee5067