1. 07 2月, 2015 1 次提交
  2. 27 11月, 2014 1 次提交
  3. 15 7月, 2014 1 次提交
    • A
      ASoC: samsung: s3c24xx dmaengine follow-up · 8f501c7b
      Arnd Bergmann 提交于
      Commit ae602456 ("ASoC: samsung: drop support for legacy
      S3C24XX DMA API") removed the old code for the samsung specific
      DMA interfaces, now that everybody can use dmaengine.
      
      This picks up the few remaining pieces left over by that patch:
      
      The most important one is the removal of the dma_data->ops->started()
      calls in ac97. My understanding is that these are only required
      for drivers that do not support cyclic transfers, which the new dma
      engine driver now does, so we can simply remove them. This would also
      fix at least one bug in the ac97 driver on newer machines, which
      currently gives us a NULL pointer dereference from trying to call
      dma_data->ops->started().
      
      Further, we must no longer 'select' S3C2410_DMA, which conflicts
      with the dmaengine driver. The SND_S3C_DMA symbol is now
      useless, because it is always selected, so we can remove it
      and build the dmaengine support unconditionally.
      
      Finally, we should not 'select' S3C24XX_DMAC or S3C64XX_PL080,
      which may have additional dependencies. This replaces it with
      'depends on', to be more conservative.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      8f501c7b
  4. 09 7月, 2014 1 次提交
  5. 24 6月, 2014 1 次提交
  6. 30 4月, 2014 1 次提交
  7. 12 12月, 2013 1 次提交
    • M
      ASoC: samsung: Use ASoC dmaengine code where possible · d37bdf73
      Mark Brown 提交于
      Since all Exynos platforms have been converted to dmaengine and many of
      the older platforms are in the process of conversion they do not need to
      use the legacy s3c-dma APIs for DMA but can instead use the standard ASoC
      dmaengine helpers. This both allows them to benefit from improvements
      implemented in the generic code and supports multiplatform.
      
      This patch includes some fixes from Padma for Exynos SoCs, her testing
      was on a slightly earlier version of the patch due to unrelated breakage
      preventing testing.
      Signed-off-by: NMark Brown <broonie@linaro.org>
      Tested By: Padmavathi Venna <padma.v@samsung.com>
      d37bdf73
  8. 10 8月, 2012 1 次提交
  9. 01 12月, 2011 1 次提交
  10. 29 11月, 2011 1 次提交
    • M
      ASoC: Add basic 1277-EV1 Littlemill audio driver · 0a590b1d
      Mark Brown 提交于
      The Littlemill audio card supports a number of pluggable miniboards,
      normally for the WM8994 family of devices. As all these devices look
      mostly the same from an external configuration point of view and are
      runtime enumerable we can write a standard machine driver which will
      work out of the box with any of them. Start doing that with the bare
      bones of a driver, only supporting AIF1.
      
      Future patches will flesh this out to be more fully featured.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      0a590b1d
  11. 10 11月, 2011 1 次提交
  12. 12 8月, 2011 1 次提交
  13. 25 7月, 2011 1 次提交
  14. 21 7月, 2011 1 次提交
  15. 26 6月, 2011 1 次提交
  16. 08 6月, 2011 1 次提交
  17. 14 4月, 2011 1 次提交
  18. 12 4月, 2011 1 次提交
  19. 07 3月, 2011 1 次提交
  20. 05 1月, 2011 1 次提交
  21. 20 12月, 2010 1 次提交
  22. 11 12月, 2010 1 次提交
  23. 23 11月, 2010 9 次提交
  24. 15 10月, 2010 2 次提交
  25. 31 8月, 2010 1 次提交
  26. 12 8月, 2010 2 次提交
  27. 04 7月, 2010 1 次提交
  28. 07 5月, 2010 1 次提交
  29. 28 1月, 2010 2 次提交