]> www.infradead.org Git - users/dwmw2/linux.git/commit
ALSA: usb: fcp: Fix hwdep read ops types
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 20 Jan 2025 03:56:17 +0000 (14:56 +1100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Jan 2025 07:37:51 +0000 (08:37 +0100)
commitf95719b069dc6d04d752469a76285f3c52261a32
treeb1edadbaf2060e19a4db367e0d68108f3127095a
parent0ce204d3af3beca1825018e9ca128635ccc8aa85
ALSA: usb: fcp: Fix hwdep read ops types

The FCP driver defined hwdep read function with ssize_t, but it should
be long due to historical reason.  This caused build errors on 32bit
archs.

Fixes: 46757a3e7d50 ("ALSA: FCP: Add Focusrite Control Protocol driver")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://patch.msgid.link/20250120145617.07945574@canb.auug.org.au
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/fcp.c