From: Greg Kroah-Hartman Date: Thu, 4 Nov 2021 12:10:06 +0000 (+0100) Subject: 5.15-stable patches X-Git-Tag: v4.19.216~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f9243da8f1a91be78ecd813508c25e5e9523704;p=thirdparty%2Fkernel%2Fstable-queue.git 5.15-stable patches added patches: alsa-usb-audio-add-quirk-for-audient-id14.patch --- diff --git a/queue-5.15/alsa-usb-audio-add-quirk-for-audient-id14.patch b/queue-5.15/alsa-usb-audio-add-quirk-for-audient-id14.patch new file mode 100644 index 00000000000..2867d9e33e7 --- /dev/null +++ b/queue-5.15/alsa-usb-audio-add-quirk-for-audient-id14.patch @@ -0,0 +1,33 @@ +From df0380b9539b04c1ae8854a984098da06d5f1e67 Mon Sep 17 00:00:00 2001 +From: Takashi Iwai +Date: Tue, 2 Nov 2021 17:18:59 +0100 +Subject: ALSA: usb-audio: Add quirk for Audient iD14 + +From: Takashi Iwai + +commit df0380b9539b04c1ae8854a984098da06d5f1e67 upstream. + +Audient iD14 (2708:0002) may get a control message error that +interferes the operation e.g. with alsactl. Add the quirk to ignore +such errors like other devices. + +BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1191247 +Cc: +Link: https://lore.kernel.org/r/20211102161859.19301-1-tiwai@suse.de +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman +--- + sound/usb/quirks.c | 2 ++ + 1 file changed, 2 insertions(+) + +--- a/sound/usb/quirks.c ++++ b/sound/usb/quirks.c +@@ -1887,6 +1887,8 @@ static const struct usb_audio_quirk_flag + QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER), + DEVICE_FLG(0x21b4, 0x0081, /* AudioQuest DragonFly */ + QUIRK_FLAG_GET_SAMPLE_RATE), ++ DEVICE_FLG(0x2708, 0x0002, /* Audient iD14 */ ++ QUIRK_FLAG_IGNORE_CTL_ERROR), + DEVICE_FLG(0x2912, 0x30c8, /* Audioengine D1 */ + QUIRK_FLAG_GET_SAMPLE_RATE), + DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */ diff --git a/queue-5.15/series b/queue-5.15/series index 59eddc5c2e4..da6a1ced9eb 100644 --- a/queue-5.15/series +++ b/queue-5.15/series @@ -9,3 +9,4 @@ revert-wcn36xx-disable-bmps-when-encryption-is-disabled.patch drm-amdgpu-revert-add-autodump-debugfs-node-for-gpu-reset-v8.patch drm-amd-display-revert-directly-retrain-link-from-debugfs.patch revert-drm-i915-gt-propagate-change-in-error-status-to-children-on-unhold.patch +alsa-usb-audio-add-quirk-for-audient-id14.patch