]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Use queue_delayed_work()
authorTakashi Iwai <tiwai@suse.de>
Tue, 13 Jan 2009 16:46:37 +0000 (17:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Jan 2009 16:46:37 +0000 (17:46 +0100)
commitf6aa98f1c696e1d1b2198c9e9c31d1af80cbf9bd
tree39e1843127c7491d79e6bb18128f327e43cad89e
parentae89e56b7cf569e4ff396adbd010124c07a37aa3
ALSA: hda - Use queue_delayed_work()

Replaced the old schedule_work() with queue_delayed_work() where
overlooked in the previous patches.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c