]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
ALSA: usb-audio: US16x08: fix value count for level meters
authorHector Martin <marcan@marcan.st>
Fri, 27 Nov 2020 13:26:35 +0000 (22:26 +0900)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 20 Jan 2021 13:24:55 +0000 (14:24 +0100)
commitcb082147fdc8d82b2b1bde3b06765a0ead7c5588
treeabdf4dd426df3243603691a761cc16a09c8698dc
parent3b3c445ed83a7048955e053f17385189b5a392a0
ALSA: usb-audio: US16x08: fix value count for level meters

BugLink: https://bugs.launchpad.net/bugs/1908564
commit 402d5840b0d40a2a26c8651165d29b534abb6d36 upstream.

The level meter control returns 34 integers of info. This fixes:

snd-usb-audio 3-1:1.0: control 2:0:0:Level Meter:0: access overflow

Fixes: d2bb390a2081 ("ALSA: usb-audio: Tascam US-16x08 DSP mixer quirk")
Cc: stable@vger.kernel.org
Signed-off-by: Hector Martin <marcan@marcan.st>
Link: https://lore.kernel.org/r/20201127132635.18947-1-marcan@marcan.st
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Ian May <ian.may@canonical.com>
sound/usb/mixer_us16x08.c