1. 10 5月, 2010 1 次提交
  2. 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
  3. 23 3月, 2010 2 次提交
  4. 17 3月, 2010 1 次提交
  5. 08 3月, 2010 2 次提交
  6. 09 1月, 2010 1 次提交
  7. 14 12月, 2009 2 次提交
  8. 13 11月, 2009 1 次提交
  9. 04 11月, 2009 1 次提交
  10. 15 10月, 2009 1 次提交
  11. 07 10月, 2009 1 次提交
  12. 08 9月, 2009 1 次提交
  13. 06 9月, 2009 1 次提交
  14. 26 8月, 2009 1 次提交
  15. 14 6月, 2009 2 次提交
  16. 28 5月, 2009 1 次提交
  17. 28 4月, 2009 1 次提交
  18. 05 3月, 2009 1 次提交
  19. 19 2月, 2009 1 次提交
  20. 03 2月, 2009 1 次提交
  21. 27 1月, 2009 1 次提交
  22. 09 1月, 2009 2 次提交
  23. 20 12月, 2008 1 次提交
  24. 19 12月, 2008 1 次提交
    • M
      ASoC: Add WM8350 AudioPlus codec driver · 40aa4a30
      Mark Brown 提交于
      The WM8350 is an integrated audio and power management subsystem which
      provides a single-chip solution for portable audio and multimedia systems.
      
      The integrated audio CODEC provides all the necessary functions for
      high-quality stereo recording and playback. Programmable on-chip
      amplifiers allow for the direct connection of headphones and microphones
      with a minimum of external components. A programmable low-noise bias
      voltage is available to feed one or more electret microphones.
      Additional audio features include programmable high-pass filter in the
      ADC input path.
      
      This driver was originally written by Liam Girdwood with further updates
      from me.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      40aa4a30