1. 03 10月, 2013 1 次提交
  2. 27 8月, 2013 1 次提交
  3. 22 8月, 2013 4 次提交
  4. 20 8月, 2013 1 次提交
  5. 07 8月, 2013 2 次提交
  6. 26 7月, 2013 1 次提交
  7. 22 7月, 2013 1 次提交
  8. 19 7月, 2013 1 次提交
  9. 17 7月, 2013 2 次提交
  10. 15 7月, 2013 1 次提交
  11. 15 5月, 2013 1 次提交
  12. 17 4月, 2013 1 次提交
  13. 05 4月, 2013 1 次提交
  14. 27 3月, 2013 1 次提交
  15. 26 3月, 2013 1 次提交
  16. 09 12月, 2012 1 次提交
  17. 05 6月, 2012 1 次提交
  18. 04 6月, 2012 1 次提交
  19. 01 4月, 2012 4 次提交
  20. 09 3月, 2012 1 次提交
  21. 29 11月, 2011 1 次提交
  22. 23 11月, 2011 1 次提交
    • L
      ASoC: Constify snd_soc_dai_ops structs · 85e7652d
      Lars-Peter Clausen 提交于
      Commit 1ee46ebd("ASoC: Make the DAI ops constant in the DAI structure")
      introduced the possibility to have constant DAI ops structures, yet this is
      barley used in both existing drivers and also new drivers being submitted,
      although none of them modifies its DAI ops structure. The later is not
      surprising since existing drivers are often used as templates for new drivers.
      So this patch just constifies all existing snd_soc_dai_ops structs to eliminate
      the issue altogether.
      
      The patch was generated with the following coccinelle semantic patch:
      // <smpl>
      @@
      identifier ops;
      @@
      -struct snd_soc_dai_ops ops =
      +const struct snd_soc_dai_ops ops =
      { ... };
      // </smpl>
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      85e7652d
  23. 15 11月, 2011 1 次提交
  24. 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
  25. 17 8月, 2011 1 次提交
  26. 14 6月, 2011 1 次提交
  27. 10 6月, 2011 1 次提交
  28. 09 6月, 2011 1 次提交
  29. 01 3月, 2011 1 次提交
  30. 21 8月, 2010 1 次提交
  31. 19 8月, 2010 1 次提交
  32. 12 8月, 2010 1 次提交