linux/sound/pci/hda
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
..
Kconfig Merge branch 'topic/hda-modularize' into topic/hda 2008-12-03 14:43:14 +01:00
Makefile ALSA: hda - Modularize HD-audio driver 2008-11-27 15:47:11 +01:00
hda_beep.c ALSA: hda - Use own workqueue 2009-01-12 10:33:56 +01:00
hda_beep.h ALSA: hda - Add digital beep playback switch for STAC/IDT codecs 2008-11-13 14:37:14 +01:00
hda_codec.c ALSA: hda - Use own workqueue 2009-01-12 10:33:56 +01:00
hda_codec.h ALSA: hda - Use own workqueue 2009-01-12 10:33:56 +01:00
hda_eld.c ALSA: hda - fix build warning when CONFIG_PROC_FS=n 2008-11-22 11:16:15 +01:00
hda_generic.c ALSA: hda - Modularize HD-audio driver 2008-11-27 15:47:11 +01:00
hda_hwdep.c ALSA: hda - Modularize HD-audio driver 2008-11-27 15:47:11 +01:00
hda_intel.c ALSA: hda - Use own workqueue 2009-01-12 10:33:56 +01:00
hda_local.h ALSA: hda - Make CONFIG_SND_HDA_RECONFIG for codec reconfiguration 2008-11-21 09:26:20 +01:00
hda_proc.c ALSA: hda - Add IDT/STAC-specific proc output 2008-11-28 14:40:55 +01:00
patch_analog.c ALSA: hda - Fix typos for AD1882 codecs 2009-01-07 11:43:48 +01:00
patch_atihdmi.c ALSA: hda - Remove duplicated strings from codec name 2008-12-18 09:17:56 +01:00
patch_cmedia.c ALSA: hda - Modularize HD-audio driver 2008-11-27 15:47:11 +01:00
patch_conexant.c ALSA: hda - cxt5051 report jack state 2009-01-03 11:26:05 +01:00
patch_intelhdmi.c ALSA: hda - Add Intel vendor id string 2008-12-18 09:12:47 +01:00
patch_nvhdmi.c ALSA: hda - Add codec ID for MCP73 HDMI 2009-01-07 11:49:56 +01:00
patch_realtek.c ALSA: hda - add support for Intel DX58SO board 2009-01-12 09:41:01 +01:00
patch_si3054.c ALSA: hda - Modularize HD-audio driver 2008-11-27 15:47:11 +01:00
patch_sigmatel.c Merge branch 'fix/hda' into topic/hda 2008-12-24 11:04:08 +01:00
patch_via.c ALSA: hda - Remove duplicated strings from codec name 2008-12-18 09:17:56 +01:00