ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed work
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2019 13:31:00 +0000 (15:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 May 2019 06:59:23 +0000 (08:59 +0200)
commita91c1da77c99f1552c58a4451fc8972336627a53
tree8e79b98a2886f7440f825455966706695b2f432a
parent516d3d1bedd34b2008f3530e4957ef97d449d5f7
ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed work

POD HD driver had a complex staged startup sequence with both timer
and work.  This patch simplifies it to a single delayed work with a
single stage.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/podhd.c