From nobody Sun Nov 24 10:30:33 2024 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CFE301E0DA1; Wed, 6 Nov 2024 02:12:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730859160; cv=none; b=cj8hc+WRA9QI18Uc17aeASGjANI8ME5XQtq3g9wtNBt82vXZh5WK8GibOgvVNDNdvMBUcXVR5ayvTGO49bC80oOU73NyplqJ+QYIZs86ei+ovsb9Zsd4ArUm6TFLA89MzZ+Mq74hEG0V/FqNiCgLYA0XUnV8OKL+RWgmZiAzHJA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730859160; c=relaxed/simple; bh=BCjE9TLqjkwUc8yRWjYAipeHI17C96Dk0Qeryp8NX+4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=GZEDJ8vOscHLTGBA3nWokIMzQzBcBkpPhMA7hKhKgUSaynGw3dN4ZCUBsISK1KcXAKEGw3Khy8Srkd0pGzguB7F69FH49NnWns9JL0ZfGL1hjE0wpQsJRLmWBB2hVjI/h84jWoKFosRRR5vSNBrm8a70pIi87PoNJlXf6reMytU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HBbHAGBe; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HBbHAGBe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E498AC4CED4; Wed, 6 Nov 2024 02:12:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1730859160; bh=BCjE9TLqjkwUc8yRWjYAipeHI17C96Dk0Qeryp8NX+4=; h=From:To:Cc:Subject:Date:From; b=HBbHAGBe0F8lzltNzK1yrnJJ6xP2VRS6p2bYd4JGWUxKjtizLQQRXeZH+XoP0GhWw yAPBG3outHXkS/nNCuXP7mdEr3cxX+y/hlpg20vrRK0uiWMBQSbxuzyNcL0hzj4UPM x854qD44b8dgH0jP3HQL24KGqUJSpDWXdnNU5iKRMTSG8WxCNn+7cGJGTZSJAYTXUf y+Ky85ASvxLUe+1BObZzvBIEntsctuasCie9B3qfppaX6XZXkEV6qP3KMh4g0sFczG qYDTMZXaVe8YMfOHpWa7HnY6mPptArJ8+GEzeBx+WIP27ao5tBxLE4FpXAyipDjLmR 1kf2ZXxDJrI+A== From: Sasha Levin To: stable@vger.kernel.org, jan@jschaer.ch Cc: Takashi Iwai , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Subject: FAILED: Patch "ALSA: usb-audio: Add quirks for Dell WD19 dock" failed to apply to v5.10-stable tree Date: Tue, 5 Nov 2024 21:12:38 -0500 Message-ID: <20241106021238.183053-1-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Hint: ignore X-stable: review Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The patch below does not apply to the v5.10-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . Thanks, Sasha ------------------ original commit in Linus's tree ------------------ From 4413665dd6c528b31284119e3571c25f371e1c36 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Jan=3D20Sch=3DC3=3DA4r?=3D Date: Tue, 29 Oct 2024 23:12:49 +0100 Subject: [PATCH] ALSA: usb-audio: Add quirks for Dell WD19 dock MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit The WD19 family of docks has the same audio chipset as the WD15. This change enables jack detection on the WD19. We don't need the dell_dock_mixer_init quirk for the WD19. It is only needed because of the dell_alc4020_map quirk for the WD15 in mixer_maps.c, which disables the volume controls. Even for the WD15, this quirk was apparently only needed when the dock firmware was not updated. Signed-off-by: Jan Sch=C3=A4r Cc: Link: https://patch.msgid.link/20241029221249.15661-1-jan@jschaer.ch Signed-off-by: Takashi Iwai --- sound/usb/mixer_quirks.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c index 2a9594f34dac6..6456e87e2f397 100644 --- a/sound/usb/mixer_quirks.c +++ b/sound/usb/mixer_quirks.c @@ -4042,6 +4042,9 @@ int snd_usb_mixer_apply_create_quirk(struct usb_mixer= _interface *mixer) break; err =3D dell_dock_mixer_init(mixer); break; + case USB_ID(0x0bda, 0x402e): /* Dell WD19 dock */ + err =3D dell_dock_mixer_create(mixer); + break; =20 case USB_ID(0x2a39, 0x3fd2): /* RME ADI-2 Pro */ case USB_ID(0x2a39, 0x3fd3): /* RME ADI-2 DAC */ --=20 2.43.0