Re: [PATCH] ALSA: seq: oss/rw: allocate evrec with main struct
From: Takashi Iwai
Date: Mon May 04 2026 - 07:26:35 EST
On Thu, 30 Apr 2026 23:04:13 +0200,
Rosen Penev wrote:
>
> Use a flexible array member to simplify allocation slightly.
>
> Add the header as flexible array members require full definitions.
>
> Remove null check and just kfree. The former is not needed.
>
> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
Applied to for-next branch. Thanks.
Takashi