1. 19 5月, 2009 2 次提交
  2. 18 5月, 2009 1 次提交
  3. 15 5月, 2009 2 次提交
  4. 12 5月, 2009 3 次提交
  5. 08 5月, 2009 1 次提交
  6. 07 5月, 2009 1 次提交
  7. 06 5月, 2009 1 次提交
  8. 05 5月, 2009 4 次提交
  9. 02 5月, 2009 1 次提交
  10. 28 4月, 2009 7 次提交
  11. 23 4月, 2009 9 次提交
  12. 22 4月, 2009 1 次提交
  13. 21 4月, 2009 1 次提交
  14. 20 4月, 2009 1 次提交
  15. 18 4月, 2009 1 次提交
  16. 17 4月, 2009 1 次提交
    • P
      ASoC: TWL4030: Fix for the constraint handling · 6b87a91f
      Peter Ujfalusi 提交于
      The original implementation of the constraints were good against sane
      applications.
      If the opening sequence is:
      stream1_open, stream1_hw_params, stream2_open, stream2_hw_params -> the
      constraints are set correctly for stream2.
      
      But if the sequence is:
      stream1_open, stream2_open, stream2_hw_params, stream1_hw_params -> than stream2
      would receive constraint rate = 0, sample_bits = 0, since the stream1 has not
      yet called hw_params...
      
      The command to trigger this event:
      gst-launch-0.10 alsasrc device=hw:0 ! alsasink device=hw:0 sync=false
      
      This patch does some 'black magic' in order to always set the correct
      constraints and sets it only when it is needed for the other stream.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      6b87a91f
  17. 16 4月, 2009 1 次提交
  18. 13 4月, 2009 2 次提交
    • M
      ASoC: Add WM8960 CODEC driver · f2644a2c
      Mark Brown 提交于
      The WM8960 is a low power, high quality stereo codec designed for
      portable digital audio applications.
      
      Stereo class D speaker drivers provide 1W per channel into 8W loads.
      Guaranteed low leakage, excellent PSRR and pop/click suppression
      mechanisms enable direct battery connection for the speaker supply.
      
      The device also integrates a complete microphone interface and a stereo
      headphone driver. External component requirements are drastically
      reduced as no separate microphone, speaker or headphone amplifiers are
      required. Advanced on-chip digital signal processing performs automatic
      level control for the microphone or line input.
      
      Stereo 24-bit sigma-delta ADCs and DACs are used with low power
      over-sampling digital interpolation and decimation filters and a
      flexible digital audio interface.
      
      The master clock can be input directly or generated internally by an
      onboard PLL, supporting most commonly-used clocking schemes.
      
      This driver was originally written by Liam Girdwood, with substantial
      subsequent additions and updates for feature completeness and changes in
      the ASoC framework from me.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      f2644a2c
    • M
      ASoC: Move the WM9713 voice DAC powerdown to a DAPM event · 6bbcb459
      Mark Brown 提交于
      This ensures that we sync with the DAPM powerdown sequencing properly
      and don't need to bounce the power on the voice DAC so often.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      6bbcb459