1. 28 4月, 2010 1 次提交
  2. 27 4月, 2010 4 次提交
  3. 26 4月, 2010 8 次提交
  4. 23 4月, 2010 2 次提交
  5. 22 4月, 2010 1 次提交
  6. 21 4月, 2010 4 次提交
  7. 20 4月, 2010 1 次提交
  8. 17 4月, 2010 1 次提交
    • M
      ASoC: Add indirection for CODEC private data · b2c812e2
      Mark Brown 提交于
      One of the features of the multi CODEC work is that it embeds a struct
      device in the CODEC to provide diagnostics via a sysfs class rather than
      via the device tree, at which point it's much better to use the struct
      device private data rather than having two places to store it. Provide
      an accessor function to allow this change to be made more easily, and
      update all the CODEC drivers are updated.
      
      To ensure use of the accessor the private data structure member is
      renamed, meaning that if code developed with older an older core that
      still uses private_data is merged it will fail to build.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      b2c812e2
  9. 12 4月, 2010 1 次提交
  10. 09 4月, 2010 1 次提交
  11. 08 4月, 2010 1 次提交
  12. 06 4月, 2010 1 次提交
    • M
      ASoC: Implement interrupt based WM8994 microphone detection · 88766984
      Mark Brown 提交于
      Support interrupt based microphone bias detection. The WM8994 has two
      microphone bias supplies, with detection supported on both. Detection
      using GPIOs together with the standard GPIO based jack framework is
      already supported via the platform data for the WM8994 core driver.
      
      Note that as well as the microphone bias itself the system clock and
      whichever AIF clock is supplying the system clock will need to be
      enabled for detection to function.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      88766984
  13. 05 4月, 2010 5 次提交
  14. 30 3月, 2010 3 次提交
  15. 29 3月, 2010 3 次提交
  16. 24 3月, 2010 1 次提交
  17. 23 3月, 2010 2 次提交