]> git.itanic.dy.fi Git - linux-stable/commit
ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go
authorTakashi Iwai <tiwai@suse.de>
Fri, 12 May 2023 07:58:58 +0000 (09:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 May 2023 16:32:48 +0000 (17:32 +0100)
commit2cd7d88fcb1ebd20a83bd43e663b1e88be69d80f
tree7f15253b0c79d43c711a9ede2d7b2b3dc33ba521
parentd319fe244e87dd8bb9d829593557797ea4d3dcb9
ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go

commit 359b4315471181f108723c61612d96e383e56179 upstream.

Line6 Pod Go (0e41:424b) requires the similar workaround for the fixed
48k sample rate like other Line6 models.  This patch adds the
corresponding entry to line6_parse_audio_format_rate_quirk().

Reported-by: John Humlick <john@humlick.org>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20230512075858.22813-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/format.c