]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: ctxfi: Fix missing SPDIFI1 index handling
authorTakashi Iwai <tiwai@suse.de>
Sun, 29 Mar 2026 09:12:37 +0000 (11:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 29 Mar 2026 09:13:42 +0000 (11:13 +0200)
commitb045ab3dff97edae6d538eeff900a34c098761f8
treebdd1d85d2e29c1628bf0fe37b4340047237853ab
parent1fbf85dbf02c96c318e056fb5b8fc614758fee3c
ALSA: ctxfi: Fix missing SPDIFI1 index handling

SPDIF1 DAIO type isn't properly handled in daio_device_index() for
hw20k2, and it returned -EINVAL, which ended up with the out-of-bounds
array access.  Follow the hw20k1 pattern and return the proper index
for this type, too.

Reported-and-tested-by: Karsten Hohmeier <linux@hohmatik.de>
Closes: https://lore.kernel.org/20260315155004.15633-1-linux@hohmatik.de
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20260329091240.420194-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ctxfi/ctdaio.c