]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/generic: Use auto cleanup for temporary buffers
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Aug 2025 07:29:01 +0000 (09:29 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 09:52:15 +0000 (11:52 +0200)
commitee0b0f5d32fe33562228096ed8edd4999be35092
treee7c0e86f78c6bccb63b724954f4101b786edaea9
parent6b12178fa06f534ff973948cffb97587ce8b1265
ALSA: hda/generic: Use auto cleanup for temporary buffers

The release of temporary kmalloced buffers can be nicely handled via
the standard __free(kfree).

Only code refactoring, and no behavior change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250827072916.31933-22-tiwai@suse.de
sound/hda/codecs/generic.c