Re: [PATCH] ALSA: hda/tegra: fix a memory leak in hda_tegra_first_init()
From: Takashi Iwai
Date: Wed Dec 31 2025 - 10:42:16 EST
On Sun, 28 Dec 2025 15:05:30 +0100,
Haoxiang Li wrote:
>
> Add azx_free_stream_pages() to release the resources allocated
> by azx_alloc_stream_pages().
It'll be already called later at the destructor hda_tegra_dev_free()
callback, so this change would be rather superfluous or harmful.
thanks,
Takashi