Hi,
while debugging line6 toneport driver bug, I noticed that other line6 drivers have too complex and fragile startup sequences. This is the result of the rewrites with a single delayed work. Maybe for 5.3, as these are no critical fixes.
Takashi
===
Takashi Iwai (4): ALSA: line6: pod: Rewrite complex timer & work combo with a delayed work ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed work ALSA: line6: variax: Rewrite complex timer & work combo with a delayed work ALSA: line6: Drop superfluous timer helper function
sound/usb/line6/driver.c | 11 ----- sound/usb/line6/driver.h | 9 ---- sound/usb/line6/pod.c | 85 ++++++++++++-------------------- sound/usb/line6/podhd.c | 73 +++++---------------------- sound/usb/line6/variax.c | 125 ++++++++++++++--------------------------------- 5 files changed, 78 insertions(+), 225 deletions(-)