1. 15 9月, 2011 1 次提交
  2. 14 9月, 2011 1 次提交
  3. 13 9月, 2011 1 次提交
  4. 12 9月, 2011 1 次提交
  5. 06 9月, 2011 2 次提交
  6. 31 8月, 2011 4 次提交
  7. 29 8月, 2011 1 次提交
  8. 26 8月, 2011 1 次提交
  9. 25 8月, 2011 3 次提交
  10. 24 8月, 2011 4 次提交
  11. 23 8月, 2011 9 次提交
  12. 22 8月, 2011 5 次提交
  13. 20 8月, 2011 3 次提交
  14. 19 8月, 2011 2 次提交
  15. 18 8月, 2011 1 次提交
  16. 17 8月, 2011 1 次提交
    • S
      ASoC: Fix check for symmetric rate enforcement · 25b76791
      Sascha Hauer 提交于
      The ASoC core tries to not enforce symmetric rates when
      two streams open simultaneously. It does so by checking
      rtd->rate being zero. This works exactly once after booting
      because it is not set to zero again when the streams close.
      Fix this by setting rtd->rate when no active stream is left.
      
      [This leads to lots of warnings about not enforcing the symmetry in some
      situations as there's a race in the userspace API where we know we've
      got two applications but don't know what rates they want to set.
      -- broonie ]
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      25b76791