]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ALSA: 6fire: fix control and bulk message timeouts
authorJohan Hovold <johan@kernel.org>
Mon, 25 Oct 2021 12:11:41 +0000 (14:11 +0200)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 4 Jan 2022 08:48:08 +0000 (09:48 +0100)
commit410d03c38582fb7cf5e18c206fb4eecb2e2f12e0
tree94fe8e7f3c94a7e90e9e9390ba6e3e958a4ef876
parente002466cd84956cf6f9b04cb9fad0a2d24385713
ALSA: 6fire: fix control and bulk message timeouts

BugLink: https://bugs.launchpad.net/bugs/1951822
commit 9b371c6cc37f954360989eec41c2ddc5a6b83917 upstream.

USB control and bulk message timeouts are specified in milliseconds and
should specifically not vary with CONFIG_HZ.

Fixes: c6d43ba816d1 ("ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USB")
Cc: stable@vger.kernel.org # 2.6.39
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20211025121142.6531-2-johan@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
sound/usb/6fire/comm.c
sound/usb/6fire/firmware.c