]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: usb: fcp: Fix incorrect resp->opcode retrieval
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Jan 2025 17:00:30 +0000 (18:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Jan 2025 17:01:42 +0000 (18:01 +0100)
commitf08cc80f69be62beb7a63cd4813c7989c8708831
tree77ef448772e5df12eb50f451183071e26fe5c74e
parente7217011ddd8e86a0d18c6cbfb4f14da3d18eee0
ALSA: usb: fcp: Fix incorrect resp->opcode retrieval

Fix a wrong conversion macro used for resp->opcode, which is __le32.

Fixes: 46757a3e7d50 ("ALSA: FCP: Add Focusrite Control Protocol driver")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202501212331.SaePSmsA-lkp@intel.com/
Link: https://patch.msgid.link/20250121170032.7236-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/fcp.c