1. 16 9月, 2011 1 次提交
    • T
      ASoC: improve asynchronous mode support in the fsl_ssi driver · 5e538eca
      Timur Tabi 提交于
      The Freescale SSI audio controller supports "synchronous" and "asynchronous"
      modes.  In synchronous mode, playback and capture use the same input clock,
      so sample rates must be the same during simultaneous playback and capture.
      Unfortunately, the code which supports asynchronous mode is just broken in
      various ways.  In particular, it was constraining sample sizes as well as
      the sample rate.
      
      The fix also allows us to simplify the code by eliminating the 'asynchronous',
      'playback', and 'capture' variables that were used to keep track of playback
      and capture streams.
      
      Unfortunately, it turns out that simulataneous playback and record does not
      actually work on the only platform that supports asynchronous mode: the
      Freescale P1022DS reference board.  If a second stream is started, the SSI
      grinds to halt for both streams.  This is true even if the P1022 is configured
      for synchronous mode, so it's likely a hardware problem that needs to be
      worked around.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Acked-by: NLiam Girdwood <lrg@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      5e538eca
  2. 14 9月, 2011 3 次提交
  3. 10 9月, 2011 4 次提交
  4. 09 9月, 2011 5 次提交
  5. 06 9月, 2011 6 次提交
  6. 04 9月, 2011 1 次提交
  7. 31 8月, 2011 16 次提交
  8. 29 8月, 2011 3 次提交
  9. 25 8月, 2011 1 次提交