Re: [PATCH 1/7] ALSA: usb-audio: Add initial driver for TASCAM US-144MKII

From: Markus Elfring
Date: Fri Aug 22 2025 - 08:00:47 EST



> > + char *handshake_buf __free(kfree);
>
> For the __free(kfree), you'd always need to initialize the variable to
> NULL, i.e.


Can another software design option become more attractive?
May the scope be reduced for such a variable (in the implementation of the function “tascam_probe”)?

Regards,
Markus