Skip to content
  1. May 06, 2010
  2. May 05, 2010
  3. May 03, 2010
  4. Apr 30, 2010
    • Mark Brown's avatar
      ASoC: Add WM9090 amplifier driver · 39b8eab7
      Mark Brown authored
      
      
      The WM9090 is a high performance low power audio subsystem, including
      headphone and class D speaker drivers.
      
      Note that this driver is a standalone CODEC driver and so is only
      immediately suitable for use with the WM9090 as a standalone sound card
      taking line inputs, or with a DAC with no software control.  The pending
      ASoC multi-CODEC support will expand the range of systems that can use
      the driver, or system-specific adaptations can be made.
      
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
      39b8eab7
  5. Apr 28, 2010
  6. Apr 27, 2010
  7. Apr 26, 2010
  8. Apr 24, 2010
  9. Apr 23, 2010
  10. Apr 22, 2010
  11. Apr 21, 2010
  12. Apr 20, 2010
  13. Apr 17, 2010
    • Mark Brown's avatar
      ASoC: Add indirection for CODEC private data · b2c812e2
      Mark Brown authored
      
      
      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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
      b2c812e2