1. 21 5月, 2018 7 次提交
  2. 17 5月, 2018 1 次提交
  3. 11 5月, 2018 1 次提交
  4. 18 4月, 2018 1 次提交
  5. 12 3月, 2016 1 次提交
    • S
      ASoC: qcom: fix build error · 568cecf4
      Sudip Mukherjee 提交于
      While building m32r allmodconfig the build failed with:
      ERROR: "bad_dma_ops" [sound/soc/qcom/snd-soc-lpass-platform.ko] undefined!
      ERROR: "dma_common_mmap" [sound/soc/qcom/snd-soc-lpass-platform.ko] undefined!
      
      To satisfy the dependency CONFIG_SND_SOC_LPASS_PLATFORM should depend
      on HAS_DMA.
      Some other configs also needs the dependency on HAS_DMA as they are
      directly or indirectly selecting SND_SOC_LPASS_PLATFORM.
      Signed-off-by: NSudip Mukherjee <sudip.mukherjee@codethink.co.uk>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      568cecf4
  6. 07 7月, 2015 2 次提交
  7. 11 6月, 2015 1 次提交
  8. 03 6月, 2015 1 次提交
  9. 25 5月, 2015 1 次提交
  10. 22 5月, 2015 1 次提交
  11. 21 5月, 2015 1 次提交
    • A
      ASoC: qcom: remove incorrect dependencies · a7310c49
      Arnd Bergmann 提交于
      Compile-tests show a warning for the newly added SND_SOC_STORM
      symbol:
      
      warning: (SND_SOC_STORM) selects SND_SOC_LPASS_CPU which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_QCOM)
      
      The problem is that it can be selected for COMPILE_TEST on non-QCOM
      builds, but the symbols it selects have a dependency.
      Dropping the dependencies makes it work without warnings and no
      other side-effects, because these are not user-visible.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: f380dd3f ("ASoC: qcom: Add ability to build QCOM drivers")
      Signed-off-by: NMark Brown <broonie@kernel.org>
      a7310c49
  12. 16 3月, 2015 1 次提交