1. 11 3月, 2011 1 次提交
  2. 09 3月, 2011 3 次提交
  3. 05 3月, 2011 1 次提交
  4. 03 3月, 2011 3 次提交
  5. 02 3月, 2011 1 次提交
  6. 19 2月, 2011 2 次提交
  7. 14 2月, 2011 1 次提交
  8. 10 2月, 2011 1 次提交
  9. 08 2月, 2011 1 次提交
  10. 28 1月, 2011 1 次提交
  11. 27 1月, 2011 5 次提交
  12. 26 1月, 2011 1 次提交
  13. 25 1月, 2011 2 次提交
  14. 22 1月, 2011 3 次提交
  15. 20 1月, 2011 1 次提交
  16. 19 1月, 2011 2 次提交
    • M
      ASoC: Provide per widget type callback when executing DAPM sequences · 474b62d6
      Mark Brown 提交于
      Many modern devices have features such as DC servos which take time to start.
      Currently these are handled by per-widget events but this makes it difficult
      to paralleise operations on multiple widgets, meaning delays can end up
      being needlessly serialised. By providing a callback to drivers when all
      widgets of a given type have been handled during a DAPM sequence the core
      allows drivers to start operations separately and wait for them to complete
      much more simply.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      474b62d6
    • M
      ASoC: Add support for sequencing within · 20e4859d
      Mark Brown 提交于
      With larger devices there may be many widgets of the same type in series
      in an audio path. Allow drivers to specify an additional level of ordering
      within each widget type by adding a subsequence number to widgets and then
      splitting operations on widgets so that widgets of the same type but
      different sequence numbers are processed separately.  A typical example
      would be a supply widget which requires that another widget be enabled
      to provide power or clocking.
      
      SND_SOC_DAPM_PGA_S() and SND_SOC_DAPM_SUPPLY_S() macros are provided
      allowing this to be used with PGAs and supplies as these are the most
      commonly affected widgets.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      20e4859d
  17. 17 1月, 2011 1 次提交
  18. 15 1月, 2011 1 次提交
  19. 14 1月, 2011 1 次提交
  20. 13 1月, 2011 3 次提交
  21. 12 1月, 2011 1 次提交
  22. 11 1月, 2011 2 次提交
  23. 10 1月, 2011 1 次提交
  24. 18 12月, 2010 1 次提交