1. 22 1月, 2011 1 次提交
  2. 17 1月, 2011 1 次提交
  3. 14 1月, 2011 1 次提交
  4. 12 1月, 2011 1 次提交
  5. 06 1月, 2011 1 次提交
  6. 22 12月, 2010 1 次提交
  7. 24 11月, 2010 1 次提交
  8. 06 11月, 2010 1 次提交
  9. 02 11月, 2010 1 次提交
  10. 01 11月, 2010 2 次提交
  11. 22 10月, 2010 1 次提交
  12. 19 10月, 2010 1 次提交
  13. 18 10月, 2010 1 次提交
  14. 15 10月, 2010 1 次提交
  15. 01 10月, 2010 1 次提交
  16. 15 9月, 2010 1 次提交
  17. 23 8月, 2010 1 次提交
  18. 19 8月, 2010 1 次提交
  19. 05 8月, 2010 1 次提交
    • M
      ASoC: Add initial WM8962 CODEC driver · 9a76f1ff
      Mark Brown 提交于
      The WM8962 is a low power, high performance stereo CODEC designed for
      portable digital audio applications.
      
      This initial driver release supports the key audio paths of the WM8962.
      Extended functionality, such as microphone detection, digital microphones
      and the advanced DSP signal enhancements provided by the device are not
      yet supported.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      9a76f1ff
  20. 03 8月, 2010 1 次提交
    • I
      ASoC: Initial WM8741 CODEC driver · 992bee40
      Ian Lartey 提交于
      The WM8741 is a very high performance stereo DAC designed for audio
      applications such as professional recording systems, A/V receivers and
      high specification CD, DVD and home theatre systems. The device supports
      PCM data input word lengths from 16 to 32-bits and sampling rates up to
      192kHz.  The WM8741 also supports DSD bit-stream data format, in both
      direct DSD and PCM-converted DSD modes.
      
      TODO: Expand wm8741_set_dai_sysclk and rate_constraint members to
      allow for all supported sample rate / Master Clock frequency combinations.
      Fully enable control of supplies.
      Signed-off-by: NIan Lartey <ian@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      992bee40
  21. 20 7月, 2010 1 次提交
  22. 23 6月, 2010 1 次提交
  23. 20 6月, 2010 1 次提交
  24. 31 5月, 2010 1 次提交
  25. 30 4月, 2010 1 次提交
    • M
      ASoC: Add WM9090 amplifier driver · 39b8eab7
      Mark Brown 提交于
      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: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      39b8eab7
  26. 19 3月, 2010 2 次提交
  27. 12 3月, 2010 1 次提交
  28. 12 2月, 2010 1 次提交
  29. 02 2月, 2010 2 次提交
  30. 28 1月, 2010 1 次提交
  31. 18 12月, 2009 1 次提交
  32. 17 12月, 2009 1 次提交
  33. 05 12月, 2009 1 次提交
  34. 05 11月, 2009 1 次提交
  35. 02 11月, 2009 1 次提交
  36. 26 10月, 2009 1 次提交
  37. 15 10月, 2009 1 次提交
    • P
      ASoC: Codec driver for Texas Instruments tlv320dac33 codec · c8bf93f0
      Peter Ujfalusi 提交于
      Driver for Texas Instruments TLV320DAC33 (SLAS546) low power stereo
      audio DAC.
      
      TLV320DAC33 is a stereo audio codec with integrated 24KB FIFO for low
      power audio playback.
      
      The digital interface can use I2S, DSP (A or B), Right and Left
      justified formats.
      DAC33 has stereo analog input, which can be bypassed to the analog
      outputs.
      
      Regarding to the internal 24KB FIFO the driver implements 'FIFO bypass'
      mode (default) and nSample mode (FIFO is in use).
      a) In 'FIFO bypass' mode the internal FIFO is not in use, the codec is
      working synchronously as a normal codec (it needs constant stream of
      data on the digital interface).
      
      b) The nSample mode implementation uses one interrupt line from DAC33 to
      the host:
      Alarm threshold is set to 10ms of audio data (limit by the driver
      implementation).
      DAC33 will signal an interrupt, when the FIFO level goes under the
      Alarm threshold.
      The host will write to nSample register a value (number of stereo
      samples), to tell DAC33 how many samples it should read in a burst from
      the host. When the DAC33 received the number of samples, it disables the
      clocks on the I2S bus. When the FIFO use again goes under the Alarm
      threshold, DAC33 signals the host with an interrupt, and the process is
      repeated.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c8bf93f0