1. 17 7月, 2019 3 次提交
  2. 11 7月, 2019 2 次提交
  3. 10 7月, 2019 9 次提交
  4. 06 7月, 2019 7 次提交
  5. 04 7月, 2019 2 次提交
  6. 03 7月, 2019 2 次提交
  7. 02 7月, 2019 9 次提交
  8. 28 6月, 2019 6 次提交
    • D
      ASoC: rt1308: Add RT1308 amplifier driver · 2b9def8c
      Derek Fang 提交于
      This is the initial amplifier driver for rt1308.
      Signed-off-by: NDerek Fang <derek.fang@realtek.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      2b9def8c
    • K
      ASoC: soc-utils: respawn dummy Platform · aff50895
      Kuninori Morimoto 提交于
      commit 64ee5067 ("ASoC: soc-utils: remove dummy Platform") removed
      dummy Platform from ALSA SoC, but it is over-kill.
      This patch respawn it.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      aff50895
    • K
      ASoC: rockchip: rk3399_gru_sound: consider CPU-Platform possibility · 6c10da54
      Kuninori Morimoto 提交于
      commit 961fb3c2 ("ASoC: rockchip: rk3399_gru_sound: don't select
      unnecessary Platform")
      
      Current ALSA SoC avoid to add duplicate component to rtd,
      and this driver was selecting CPU component as Platform component.
      Thus, above patch removed Platform settings from this driver,
      because it assumed these are same component.
      
      But, some CPU driver is using generic DMAEngine, in such case, both
      CPU component and Platform component will have same of_node/name.
      In other words, there are some components which are different but
      have same of_node/name.
      
      In such case, Card driver definitely need to select Platform even
      though it is same as CPU.
      It is depends on CPU driver, but is difficult to know it from Card driver.
      This patch reverts above patch.
      
      Fixes: commit 961fb3c2 ("ASoC: rockchip: rk3399_gru_sound: don't select unnecessary Platform")
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      6c10da54
    • K
      ASoC: qcom: consider CPU-Platform possibility · 0751154f
      Kuninori Morimoto 提交于
      commit 0814c641 ("ASoC: qcom: don't select unnecessary Platform")
      
      Current ALSA SoC avoid to add duplicate component to rtd,
      and this driver was selecting CPU component as Platform component.
      Thus, above patch removed Platform settings from this driver,
      because it assumed these are same component.
      
      But, some CPU driver is using generic DMAEngine, in such case, both
      CPU component and Platform component will have same of_node/name.
      In other words, there are some components which are different but
      have same of_node/name.
      
      In such case, Card driver definitely need to select Platform even
      though it is same as CPU.
      It is depends on CPU driver, but is difficult to know it from Card driver.
      This patch reverts above patch.
      
      Fixes: commit 0814c641 ("ASoC: qcom: don't select unnecessary Platform")
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      0751154f
    • K
      ASoC: simple-card-utils: consider CPU-Platform possibility · 9f3eb917
      Kuninori Morimoto 提交于
      commit 6f043744 ("ASoC: simple-card-utils: don't select unnecessary
      Platform")
      
      Current ALSA SoC avoid to add duplicate component to rtd,
      and this driver was selecting CPU component as Platform component.
      Thus, above patch removed Platform settings from this driver,
      because it assumed these are same component.
      
      But, some CPU driver is using generic DMAEngine, in such case, both
      CPU component and Platform component will have same of_node/name.
      In other words, there are some components which are different but
      have same of_node/name.
      
      In such case, Card driver definitely need to select Platform even
      though it is same as CPU.
      It is depends on CPU driver, but is difficult to know it from Card driver.
      This patch reverts above patch.
      
      Fixes: commit 6f043744 ("ASoC: simple-card-utils: don't select unnecessary Platform")
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      9f3eb917
    • K
      ASoC: ux500: mop500: consider CPU-Platform possibility · 0296de83
      Kuninori Morimoto 提交于
      commit 9ae6cdb1 ("ASoC: ux500: mop500: don't select unnecessary
      Platform")
      
      Current ALSA SoC avoid to add duplicate component to rtd,
      and this driver was selecting CPU component as Platform component.
      Thus, above patch removed Platform settings from this driver,
      because it assumed these are same component.
      
      But, some CPU driver is using generic DMAEngine, in such case, both
      CPU component and Platform component will have same of_node/name.
      In other words, there are some components which are different but
      have same of_node/name.
      
      In such case, Card driver definitely need to select Platform even
      though it is same as CPU.
      It is depends on CPU driver, but is difficult to know it from Card driver.
      This patch reverts above patch.
      
      Fixes: commit 9ae6cdb1 ("ASoC: ux500: mop500: don't select unnecessary Platform")
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      0296de83