1. 25 May, 2018 2 commits
    • KaiChieh Chuang's avatar
      ASoC: mediatek: add sub dai to mtk_base_afe · 13be427e
      KaiChieh Chuang authored
      In MediaTek SoC chip we have multiple DAI,
      such as I2S, ADDA, PCM, etc.
      
      Organize each DAI in to one sub dai,
      with its dai driver, controls, widgets, routes.
      
      add mtk_afe_combine_sub_dai() to combine
      dai driver from each DAI.
      
      add mtk_afe_add_sub_dai_control() to register
      the control, widget, routes to component.
      Signed-off-by: default avatarKaiChieh Chuang <kaichieh.chuang@mediatek.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      13be427e
    • Arnd Bergmann's avatar
      ASoC: omap: fix compile-test building · 500413c5
      Arnd Bergmann authored
      The newly introduced driver causes a harmless Kconfig warning when
      compile-testing random configurations:
      
      WARNING: unmet direct dependencies detected for SND_SDMA_SOC
        Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && DMA_OMAP [=n]
        Selected by [y]:
        - SND_OMAP_SOC [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && (ARCH_OMAP [=y] && DMA_OMAP [=n] || ARM [=y] && COMPILE_TEST [=y])
      
      By simply allow build testing without DMA_OMAP, we can shut up that warning.
      
      Fixes: dde637f2 ("ASoC: omap: Introduce the generic_dmaengine_pcm based sdma-pcm")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      500413c5
  2. 23 May, 2018 2 commits
  3. 22 May, 2018 6 commits
  4. 21 May, 2018 25 commits
  5. 18 May, 2018 5 commits