Skip to content
Commit 6acaed38 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 4b558991
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment