Skip to content
  1. Jul 10, 2019
  2. Jul 06, 2019
  3. Jul 04, 2019
  4. Jul 03, 2019
  5. Jul 02, 2019
  6. Jun 28, 2019
    • Derek Fang's avatar
      ASoC: rt1308: Add RT1308 amplifier driver · 2b9def8c
      Derek Fang authored
      
      
      This is the initial amplifier driver for rt1308.
      
      Signed-off-by: default avatarDerek Fang <derek.fang@realtek.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      2b9def8c
    • Kuninori Morimoto's avatar
      ASoC: soc-utils: respawn dummy Platform · aff50895
      Kuninori Morimoto authored
      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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      aff50895
    • Kuninori Morimoto's avatar
      ASoC: rockchip: rk3399_gru_sound: consider CPU-Platform possibility · 6c10da54
      Kuninori Morimoto authored
      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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      6c10da54
    • Kuninori Morimoto's avatar
      ASoC: qcom: consider CPU-Platform possibility · 0751154f
      Kuninori Morimoto authored
      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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      0751154f
    • Kuninori Morimoto's avatar
      ASoC: simple-card-utils: consider CPU-Platform possibility · 9f3eb917
      Kuninori Morimoto authored
      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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      9f3eb917
    • Kuninori Morimoto's avatar
      ASoC: ux500: mop500: consider CPU-Platform possibility · 0296de83
      Kuninori Morimoto authored
      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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      0296de83
    • Kuninori Morimoto's avatar
      ASoC: ti: rx51: consider CPU-Platform possibility · 569440b4
      Kuninori Morimoto authored
      commit f0edc6c1 ("ASoC: ti: rx51: 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 f0edc6c1
      
       ("ASoC: ti: rx51: don't select unnecessary Platform")
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      569440b4
    • Kuninori Morimoto's avatar
      ASoC: ti: omap-twl4030: consider CPU-Platform possibility · eb313e23
      Kuninori Morimoto authored
      commit bfe1273c ("ASoC: ti: omap-twl4030: 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 bfe1273c
      
       ("ASoC: ti: omap-twl4030: don't select unnecessary Platform")
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      eb313e23
    • Kuninori Morimoto's avatar
      ASoC: ti: omap-hdmi: consider CPU-Platform possibility · c5e8c536
      Kuninori Morimoto authored
      commit edba13ae ("ASoC: ti: omap-hdmi: 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 edba13ae
      
       ("ASoC: ti: omap-hdmi: don't select unnecessary Platform")
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      c5e8c536
    • Kuninori Morimoto's avatar
      ASoC: ti: omap-abe-twl6040: consider CPU-Platform possibility · b407a17a
      Kuninori Morimoto authored
      commit 1306ab2e ("ASoC: ti: omap-abe-twl6040: 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 1306ab2e
      
       ("ASoC: ti: omap-abe-twl6040: don't select unnecessary Platform")
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      b407a17a
    • Kuninori Morimoto's avatar
      ASoC: ti: davinci-evm: consider CPU-Platform possibility · 44e57815
      Kuninori Morimoto authored
      commit f46da1b9 ("ASoC: ti: davinci-evm: 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 f46da1b9
      
       ("ASoC: ti: davinci-evm: don't select unnecessary Platform")
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      44e57815