1. 24 6月, 2009 1 次提交
  2. 17 6月, 2009 1 次提交
  3. 02 6月, 2009 2 次提交
  4. 26 5月, 2009 1 次提交
  5. 16 5月, 2009 1 次提交
  6. 21 4月, 2009 3 次提交
  7. 18 4月, 2009 1 次提交
  8. 16 4月, 2009 2 次提交
  9. 15 4月, 2009 1 次提交
  10. 23 3月, 2009 3 次提交
  11. 18 3月, 2009 1 次提交
  12. 13 3月, 2009 1 次提交
  13. 06 3月, 2009 1 次提交
  14. 03 3月, 2009 1 次提交
  15. 02 3月, 2009 3 次提交
  16. 23 2月, 2009 4 次提交
  17. 20 2月, 2009 1 次提交
  18. 13 2月, 2009 1 次提交
    • T
      ALSA: hda - Add snd_hda_multi_out_dig_cleanup() · 9411e21c
      Takashi Iwai 提交于
      Added the helper function snd_hda_multi_out_dig_cleanup() to clean up
      the digital outputs with multi setup.  This call is needed in cases
      the codec supports multiple digital outputs as slaves.  Otherwise the
      slave widgets aren't properly cleaned up.
      
      For a single digital output (e.g. in patch_conexant.c), this call isn't
      needed.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9411e21c
  19. 12 2月, 2009 1 次提交
  20. 11 2月, 2009 1 次提交
  21. 06 2月, 2009 1 次提交
  22. 05 2月, 2009 1 次提交
    • T
      ALSA: hda - Fix misc workqueue issues · e8c0ee5d
      Takashi Iwai 提交于
      Some fixes regarding snd-hda-intel workqueue:
      - Use create_singlethread_workqueue() instead of create_workqueue()
        as per-CPU work isn't required.
      - Allocate workq name string properly
      - Renamed the workq name to "hd-audio*" to be more obvious.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e8c0ee5d
  23. 21 1月, 2009 4 次提交
  24. 20 1月, 2009 1 次提交
  25. 14 1月, 2009 1 次提交
  26. 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