1. 09 7月, 2014 1 次提交
  2. 06 3月, 2014 1 次提交
  3. 10 12月, 2013 1 次提交
    • L
      ASoC: Add support for the Analog Devices AXI-I2S core · 8f2fe346
      Lars-Peter Clausen 提交于
      This patch adds support for the AXI-I2S softcore. The core implements a simple
      bidirectional I2S transceiver and is used by Analog Devices in some of their
      reference designs for various FPGA platforms.
      
      The driver uses the generic PCM dmaengine driver for its PCM. The only
      restriction is that we need to set the SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag as
      the dmaengine driver for the DMA core (PL330) that is used with this core has no
      residue reporting capabilities yet. This will be fixed in the future though.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      8f2fe346
  4. 26 11月, 2013 1 次提交
  5. 24 11月, 2013 1 次提交
  6. 17 9月, 2013 1 次提交
  7. 15 8月, 2013 1 次提交
  8. 12 6月, 2013 1 次提交
  9. 17 4月, 2013 1 次提交
  10. 09 10月, 2012 1 次提交
  11. 29 8月, 2012 1 次提交
  12. 21 8月, 2012 1 次提交
  13. 22 6月, 2012 1 次提交
  14. 09 5月, 2012 1 次提交
  15. 13 4月, 2012 1 次提交
  16. 01 4月, 2012 1 次提交
  17. 02 3月, 2012 1 次提交
  18. 28 7月, 2011 1 次提交
  19. 14 6月, 2011 1 次提交
  20. 09 6月, 2011 1 次提交
  21. 11 1月, 2011 1 次提交
  22. 06 1月, 2011 1 次提交
  23. 23 11月, 2010 1 次提交
  24. 05 7月, 2010 1 次提交
  25. 23 6月, 2010 1 次提交
  26. 07 6月, 2010 1 次提交
  27. 31 5月, 2010 1 次提交
  28. 19 5月, 2010 1 次提交
  29. 13 11月, 2009 1 次提交
  30. 06 8月, 2009 1 次提交
  31. 06 7月, 2009 1 次提交
    • M
      ASoC: Begin to factor out register cache I/O functions · 17a52fd6
      Mark Brown 提交于
      A lot of CODECs share the same register data formats and therefore
      replicate the code to manage access to and caching of the register
      map. In order to reduce code duplication centralised versions of
      this code will be introduced with drivers able to configure the use
      of the common code by calling the new snd_soc_codec_set_cache_io()
      API call during startup.
      
      As an initial user the 7 bit address/9 bit data format used by many
      Wolfson devices is supported for write only CODECs and the drivers
      with straightforward register cache implementations are converted to
      use it.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      17a52fd6
  32. 20 5月, 2009 1 次提交
  33. 04 4月, 2009 1 次提交
  34. 09 1月, 2009 1 次提交
    • M
      ASoC: Add jack reporting interface · 8a2cd618
      Mark Brown 提交于
      This patch adds a jack reporting interface to ASoC.  This wraps the ALSA
      core jack detection functionality and provides integration with DAPM to
      automatically update the power state of pins based on the jack state.
      
      Since embedded platforms can have multiple detecton methods used for a
      single jack (eg, separate microphone and headphone detection) the report
      function allows specification of which bits are being updated on a given
      report.
      
      The expected usage is that machine drivers will create jack objects and
      then configure jack detection methods to update that jack.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      8a2cd618
  35. 19 12月, 2008 1 次提交
  36. 31 10月, 2008 1 次提交
  37. 09 9月, 2008 1 次提交
  38. 10 7月, 2008 1 次提交
  39. 06 6月, 2008 1 次提交
    • G
      [ALSA] Revised AT32 ASoC Patch · 9aaca968
      Geoffrey Wossum 提交于
      Attached is a revised version of my patch to add AT32 to ASoC.  This cleans
      most of the style issues associated with the previous patch.  Also fixes an
      issue with the playpaq_wm8510.c code depending on a non-released patch to th
      AT32 portmux support.
      
      Patch is against 2.6.24.3.atmel.3 kernel, the latest AVR32 kernel Atmel has
      released, with the linux-2.6-asoc patches from when v2.6.24 was tagged also
      applied.
      
      [Fixed up minor checkpatch issues and updated for current kernels -- broonie]
      Signed-off-by: NGeoffrey Wossum <gwossum@acm.org>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9aaca968
  40. 30 4月, 2008 1 次提交