]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: emu10k1: Use common error handling code in snd_emu10k1_playback_open()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 18 Jun 2026 10:24:36 +0000 (12:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 Jun 2026 15:50:30 +0000 (17:50 +0200)
commitb59aff62767bf59ca0c787015c0ddc14f60ab10d
treeeabd4737eb682eb697265e5a85c8b1593aa8e8fb
parent348f69320e4db6ebec6940c81154bec4b9eb275a
ALSA: emu10k1: Use common error handling code in snd_emu10k1_playback_open()

Use an additional label so that a bit of exception handling can be better
reused at the end of this function implementation.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Link: https://patch.msgid.link/d709474d-62b0-4f7e-9011-a0f716b35383@web.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emupcm.c