Skip to content
Commit 516d3d1b authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: line6: pod: Rewrite complex timer & work combo with a delayed work



The POD driver had a complex staged startup procedure using both timer
and work.  This patch simplifies it via a single delayed work with the
reduced stages.

Now basically only two intermediate stages:
- POD_STARTUP_VERSIONREQ:
  requesting the version information and the process_message callback
  triggers the next stage,
- POD_STARTUP_SETUP:
  registering the actual card object.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 0b074ab7
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