ALSA: hda - Use standard workqueue for unsol and jack events
The events that are handled by HD-audio drivers are no frequent and urgent ones, so we can use the standard workqueue without any problem nowadays. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -222,8 +222,7 @@ static void vt1708_update_hp_work(struct hda_codec *codec)
|
||||
if (!spec->hp_work_active) {
|
||||
codec->jackpoll_interval = msecs_to_jiffies(100);
|
||||
snd_hda_codec_write(codec, 0x1, 0, 0xf81, 0);
|
||||
queue_delayed_work(codec->bus->workq,
|
||||
&codec->jackpoll_work, 0);
|
||||
schedule_delayed_work(&codec->jackpoll_work, 0);
|
||||
spec->hp_work_active = true;
|
||||
}
|
||||
} else if (!hp_detect_with_aa(codec))
|
||||
|
Reference in New Issue
Block a user