1. 09 5月, 2016 5 次提交
  2. 12 3月, 2016 1 次提交
  3. 27 1月, 2016 1 次提交
  4. 11 12月, 2015 1 次提交
  5. 23 11月, 2015 1 次提交
  6. 11 11月, 2015 1 次提交
  7. 18 9月, 2015 1 次提交
  8. 17 9月, 2015 2 次提交
  9. 15 9月, 2015 2 次提交
  10. 25 8月, 2015 1 次提交
  11. 10 6月, 2015 1 次提交
  12. 09 6月, 2015 1 次提交
  13. 01 5月, 2015 4 次提交
  14. 07 4月, 2015 1 次提交
  15. 02 4月, 2015 1 次提交
  16. 25 3月, 2015 1 次提交
  17. 06 3月, 2015 2 次提交
  18. 05 3月, 2015 1 次提交
  19. 14 2月, 2015 1 次提交
  20. 03 2月, 2015 2 次提交
  21. 31 12月, 2014 1 次提交
  22. 12 11月, 2014 1 次提交
    • M
      ASoC: davinci-mcasp: Add overrun/underrun event handling · a7a3324a
      Misael Lopez Cruz 提交于
      An underrun (playback) event occurs when the serializer transfer
      data from the XRBUF buffer to the XRSR shift register, but the
      XRBUF hasn't been filled. Similarly, the overrun (capture) event
      occurs when data from the XRSR shift register is transferred to
      the XRBUF but it hasn't been read yet.
      
      These events are handled as XRUN events that cause the pcm to stop.
      The stream has to be explicitly restarted by the userspace which
      ensures that after stopping/starting McASP the data transfer is
      aligned with DMA. The other possibility was to internally stop and
      start McASP without DMA even knowing about it.
      Signed-off-by: NMisael Lopez Cruz <misael.lopez@ti.com>
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      a7a3324a
  23. 10 11月, 2014 6 次提交
  24. 29 10月, 2014 1 次提交