1. 26 5月, 2018 2 次提交
    • K
      ASoC: mediatek: add sub dai to mtk_base_afe · 13be427e
      KaiChieh Chuang 提交于
      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: NKaiChieh Chuang <kaichieh.chuang@mediatek.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      13be427e
    • A
      ASoC: omap: fix compile-test building · 500413c5
      Arnd Bergmann 提交于
      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: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      500413c5
  2. 23 5月, 2018 2 次提交
  3. 22 5月, 2018 6 次提交
  4. 21 5月, 2018 25 次提交
  5. 19 5月, 2018 1 次提交
  6. 18 5月, 2018 4 次提交