From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.tuxedocomputers.com (mail.tuxedocomputers.com [157.90.84.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7D2111D90C5; Wed, 6 Nov 2024 09:25:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=157.90.84.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730885162; cv=none; b=CZsUgNqnYmkjr2A6Hce4ptc8IEYxjfg0KSDFujY44FaHtHzsr6ztbvHDgTO2XPTLiPkip2HGEtuYpyQ+95eddXvnYp5lZZ3H2o7LvGDYNdLlzskzKyvKoVy9oYMNI5n6S5XaY6cOuMUy+LGEorymwBLmxIgF7fC4gjDpjZ9bQcI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730885162; c=relaxed/simple; bh=VdbBfWIYI0EyhZExXWJk0pgkTnAE2gEFUzidGt1wsBM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=mWnvYCcVajbGZ3rdB8iaZVmaSvgNdJTyLvFECXjKMUyLn90ozARPhjALAkcDeDDEn7L96hwRzu6JU2G9Nb4kmhAe4INvAq7VqvDypfEKEklX2OqN3JJaA9UNeZXEWzHgEDtl4/HVlm0rjfwT3xvxDYiceXh5Juc9yIVXCOBhxXk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com; spf=pass smtp.mailfrom=tuxedocomputers.com; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b=N1/VoIaH; arc=none smtp.client-ip=157.90.84.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b="N1/VoIaH" Received: from [192.168.42.96] (p5de457db.dip0.t-ipconnect.de [93.228.87.219]) (Authenticated sender: wse@tuxedocomputers.com) by mail.tuxedocomputers.com (Postfix) with ESMTPSA id 32ED72FC004D; Wed, 6 Nov 2024 10:19:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxedocomputers.com; s=default; t=1730884760; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0hKykF9KmzmeBtNlfxbKqI/JDOAvSBg8cwAFUqKJaDA=; b=N1/VoIaHnDmXUlvX91xO2L6K57fRc8RjbFDr3nj6SBDCOTjCzRQy5b6YlKar3oZXdxft6F JIZ2XVQzSo8kRhe1o1hJgLMa7O7gdMGD+X+PRt+Hq1uk0bb8Ih0VtqYoTMyyQ7TWw9Jthl fxafx3W1i/4c61LQVgY3DXMVdu9+OJk= Authentication-Results: mail.tuxedocomputers.com; auth=pass smtp.auth=wse@tuxedocomputers.com smtp.mailfrom=wse@tuxedocomputers.com Message-ID: Date: Wed, 6 Nov 2024 10:19:19 +0100 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: FAILED: Patch "ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3" failed to apply to v6.1-stable tree To: Sasha Levin , stable@vger.kernel.org, cs@tuxedo.de Cc: Takashi Iwai , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org References: <20241106021124.182205-1-sashal@kernel.org> Content-Language: en-US From: Werner Sembach In-Reply-To: <20241106021124.182205-1-sashal@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, Am 06.11.24 um 03:11 schrieb Sasha Levin: > The patch below does not apply to the v6.1-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 . Applying 33affa7fb46c0c07f6c49d4ddac9dd436715064c (ALSA: hda/realtek: Add quirks for some Clevo laptops) first and then 0b04fbe886b4274c8e5855011233aaa69fec6e75 (ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3) and e49370d769e71456db3fbd982e95bab8c69f73e8 (ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1) makes everything work without alteration. The first one is just missing the cc stable tag, probably by accident. Should I alter the 2nd and 3rd commit or should I send a patchset that includes the first one? Kind regards, Werner Sembach > > Thanks, > Sasha > > ------------------ original commit in Linus's tree ------------------ > > From 0b04fbe886b4274c8e5855011233aaa69fec6e75 Mon Sep 17 00:00:00 2001 > From: Christoffer Sandberg > Date: Tue, 29 Oct 2024 16:16:52 +0100 > Subject: [PATCH] ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3 > > Quirk is needed to enable headset microphone on missing pin 0x19. > > Signed-off-by: Christoffer Sandberg > Signed-off-by: Werner Sembach > Cc: > Link: https://patch.msgid.link/20241029151653.80726-1-wse@tuxedocomputers.com > Signed-off-by: Takashi Iwai > --- > sound/pci/hda/patch_realtek.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > index 7f4926194e50f..e06a6fdc0bab7 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -10750,6 +10750,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { > SND_PCI_QUIRK(0x1558, 0x1404, "Clevo N150CU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE), > SND_PCI_QUIRK(0x1558, 0x14a1, "Clevo L141MU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE), > SND_PCI_QUIRK(0x1558, 0x2624, "Clevo L240TU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE), > + SND_PCI_QUIRK(0x1558, 0x28c1, "Clevo V370VND", ALC2XX_FIXUP_HEADSET_MIC), > SND_PCI_QUIRK(0x1558, 0x4018, "Clevo NV40M[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE), > SND_PCI_QUIRK(0x1558, 0x4019, "Clevo NV40MZ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE), > SND_PCI_QUIRK(0x1558, 0x4020, "Clevo NV40MB", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),