Re: [PATCH] ALSA: synth: Save a few bytes of memory when registering a 'snd_emux'

From: Takashi Iwai
Date: Mon Jan 22 2024 - 07:08:04 EST


On Sat, 20 Jan 2024 10:42:12 +0100,
Christophe JAILLET wrote:
>
> snd_emux_register() calls pass a string literal as the 'name' parameter.
>
> So kstrdup_const() can be used instead of kfree() to avoid a memory
> allocation in such cases.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Thanks, applied now.


Takashi