1. 23 8月, 2010 1 次提交
  2. 20 8月, 2010 2 次提交
  3. 19 8月, 2010 3 次提交
  4. 18 8月, 2010 1 次提交
    • M
      ASoC: Support non-crystal master clocks for WM8731 · e7712510
      Mark Brown 提交于
      Instead of unconditionally enabling the crystal oscillator on the WM8731
      only enable it when explicitly selected via set_sysclk(), allowing machine
      drivers to specify that they drive a clock into MCLK alone. This avoids
      any conflicts between the oscillator and the external MCLK source and saves
      power for systems which do not need the oscillator.
      
      This should also deliver a small power saving on systems using the crystal
      since the oscillator will only be enabled when the ADC or DAC is active.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      e7712510
  5. 17 8月, 2010 3 次提交
  6. 16 8月, 2010 1 次提交
  7. 15 8月, 2010 6 次提交
  8. 13 8月, 2010 2 次提交
  9. 12 8月, 2010 8 次提交
  10. 10 8月, 2010 3 次提交
  11. 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
  12. 04 8月, 2010 1 次提交
    • P
      ASoC: TWL4030: Capture route runtime DAPM ordering fix · bda7d2a8
      Peter Ujfalusi 提交于
      Fix the ordering problem in DAPM domain, when the user
      changes between digital and analog sources during active
      capture (or loopback) scenario.
      Before this patch, when the user changed from analog source
      to digital there were a short time, when the codec enabled
      analog mic bias (2.2 volts) instead of the correct digital
      mic bias (1.8 volts) to the digital microphones.
      This behaviour caused by the former implementation of
      selecting the correct type of bias. This was done at the
      POST_REG event of the DAPM_MUX_E("TXx Capture Route")
      widget.
      By moving the bias type selection as DAPM_SUPPLY and
      connecting it to the corresponding digimic widget the
      problematic situation can be avoided.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      bda7d2a8
  13. 03 8月, 2010 8 次提交