]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: usb: fcp: Fix meter_levels type to __le32
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Jan 2025 17:00:29 +0000 (18:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Jan 2025 17:01:26 +0000 (18:01 +0100)
commite7217011ddd8e86a0d18c6cbfb4f14da3d18eee0
treedaeeb8e0a9601f375c332a86264f42c0e24d384d
parent711aad3c43a9853657e00225466d204e46ae528b
ALSA: usb: fcp: Fix meter_levels type to __le32

The cached level meter values are returned from the USB core as
__le32, hence declare properly.

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-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/fcp.c