]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/ca0132: Fix missing error handling in ca0132_alt_select_out()
authorTakashi Iwai <tiwai@suse.de>
Wed, 6 Aug 2025 09:44:22 +0000 (11:44 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Aug 2025 12:36:02 +0000 (14:36 +0200)
commit9f320dfb0ffc555aa2eac8331dee0c2c16f67633
tree3d644474f03db18fa1a1c72ac451699da43324ab
parentcac5f2af13459f6258c4857d2e61ea53d0dfd751
ALSA: hda/ca0132: Fix missing error handling in ca0132_alt_select_out()

There are a couple of cases where the error is ignored or the error
code isn't propagated in ca0132_alt_select_out().  Fix those.

Fixes: def3f0a5c700 ("ALSA: hda/ca0132 - Add quirk output selection structures.")
Link: https://patch.msgid.link/20250806094423.8843-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/ca0132.c