Takashi Iwai 6acaed38a3 ALSA: hda - Use own workqueue
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: Takashi Iwai <tiwai@suse.de>
2009-01-12 10:33:56 +01:00
..
2009-01-12 10:33:56 +01:00
2008-10-21 09:31:10 +02:00
2005-09-12 10:40:17 +02:00
2008-08-25 09:57:48 +02:00
2008-10-21 09:31:10 +02:00
2008-10-21 09:31:10 +02:00
2008-10-21 09:31:10 +02:00
2005-04-16 15:20:36 -07:00