From mboxrd@z Thu Jan 1 00:00:00 1970 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 5792A195B27; Tue, 16 Jul 2024 15:58:16 +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=1721145496; cv=none; b=ugLIt4VPT0XvG+Qki7REUZngJF4mB8Hr9TLoI6pvglHjG5wi+ZKFuDhuETvzUe+3i/tI+te4AxIKeipV75P6x/JPO8sEbzC+aHj5tXf6ayWZuF+9PhaMKqKqenrxAB5wAZkE0iK2qX2jicN6U4ytNQXj6Stua/biHPtj6kaajPc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721145496; c=relaxed/simple; bh=pC3nyRZgobTDlTtCQSSpvpUcT+TUzInE9Vqz0Eu59c4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=mn3BYud9XKXmmN5cOtT7uxJbioE/Zu9Sg8Xyvv+tehbsZ6lfCHSMctYq/ID0kmnFeFNBRUf79UxrXLQGTXhMP72Nuu04+5Fipx32IbYBiB6lDt77LhvvTZHw8lfbI2Tzxxv2/fItVCDxPE0dqq7Zv+uwgGJpzgQjLnXg7fQW/hA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Dl8w1cg/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Dl8w1cg/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1D49C116B1; Tue, 16 Jul 2024 15:58:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721145496; bh=pC3nyRZgobTDlTtCQSSpvpUcT+TUzInE9Vqz0Eu59c4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Dl8w1cg/DtmyCBMSCHIebtou36wm3samvJD6kUzi9qK40utE6NGNPWXKM469yStxS 5Cws+t+AuPN0bv63VND1aHMkzSeIgd9IxdyrUkdXOkfoy01OTsQJVZ9uaiURNz5m9C yd86Yxv8WtgqEouqyprR7TgcP0IO7HJPtdRS7QUE= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= , Takashi Iwai Subject: [PATCH 6.1 67/96] ALSA: hda/realtek: add quirk for Clevo V5[46]0TU Date: Tue, 16 Jul 2024 17:32:18 +0200 Message-ID: <20240716152749.086064977@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240716152746.516194097@linuxfoundation.org> References: <20240716152746.516194097@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Michał Kopeć commit e1c6db864599be341cd3bcc041540383215ce05e upstream. Apply quirk to fix combo jack detection on a new Clevo model: V5[46]0TU Signed-off-by: Michał Kopeć Cc: Link: https://patch.msgid.link/20240701111010.1496569-1-michal.kopec@3mdeb.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -10015,6 +10015,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x1558, 0xa600, "Clevo NL50NU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1558, 0xa650, "Clevo NP[567]0SN[CD]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1558, 0xa671, "Clevo NP70SN[CDE]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1558, 0xa763, "Clevo V54x_6x_TU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1558, 0xb018, "Clevo NP50D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1558, 0xb019, "Clevo NH77D[BE]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1558, 0xb022, "Clevo NH77D[DC][QW]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),