1. 13 2月, 2009 3 次提交
  2. 12 2月, 2009 1 次提交
  3. 11 2月, 2009 5 次提交
  4. 06 2月, 2009 2 次提交
  5. 05 2月, 2009 2 次提交
  6. 02 2月, 2009 1 次提交
  7. 01 2月, 2009 1 次提交
  8. 30 1月, 2009 1 次提交
  9. 28 1月, 2009 1 次提交
  10. 27 1月, 2009 2 次提交
  11. 23 1月, 2009 3 次提交
  12. 22 1月, 2009 1 次提交
  13. 21 1月, 2009 1 次提交
  14. 18 1月, 2009 1 次提交
  15. 16 1月, 2009 3 次提交
  16. 15 1月, 2009 1 次提交
  17. 14 1月, 2009 7 次提交
  18. 13 1月, 2009 3 次提交
  19. 12 1月, 2009 1 次提交
    • T
      ALSA: hda - Use own workqueue · 6acaed38
      Takashi Iwai 提交于
      snd-hda-intel driver used schedule_work() fot the delayed DMA pointer
      updates, but this has several potential problems:
      - it may block other eventsd works longer
      - it may deadlock when probing fails and flush_scheduled_work() is
        called during probe callback (as probe callback itself could be
        invoked from eventd)
      
      This patch adds an own workq for each driver instance to solve these
      problems.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      6acaed38