From patchwork Sun Oct 10 18:02:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cameron Berkenpas X-Patchwork-Id: 12548715 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BC72C433F5 for ; Sun, 10 Oct 2021 18:03:53 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 823BF60F22 for ; Sun, 10 Oct 2021 18:03:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 823BF60F22 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=neo-zeon.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id F073F166E; Sun, 10 Oct 2021 20:02:58 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz F073F166E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1633889029; bh=Z98Crp4ebpOzZdDFAsoZa7MCVX97BDnsCRN6zNWZoUs=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=s754l6a+BEXHMBtjQbkRuBL0TkxwRcPc4tq72oiSbLT2/g/pH7btJz6HOhujECfx5 DxVaosxUSDmGI/H8js0M8HqahGMIAngiCqJYIfpuSfsJPo7VoFXtdD/jPSEPLXDnbC S0WNmk4QgWyp63s5Ew+0tuVuUCV2MbCuO7Y53Keg= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 82532F801D5; Sun, 10 Oct 2021 20:02:58 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 2E06BF801F7; Sun, 10 Oct 2021 20:02:57 +0200 (CEST) Received: from neo-zeon.de (neo-zeon.de [70.229.12.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 65E5FF800F0 for ; Sun, 10 Oct 2021 20:02:48 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 65E5FF800F0 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=neo-zeon.de header.i=@neo-zeon.de header.b="opLXQG3C" Received: from neo-zeon.de (localhost [127.0.0.1]) by neo-zeon.de (OpenSMTPD) with ESMTP id d0676e10; Sun, 10 Oct 2021 11:02:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=neo-zeon.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=1; bh=xKWhW4S40JlrX2vAJ5KrWgtVI7A=; b=opLXQG3CIg1blmGVSS/Be09 ntcabItcjNmzKn4h9jzMctfYQmnrD29GJydiE0u2VxXsziOqCZoq9ib6Bp2lD437 5KlQs+jHrSfjmrIQJIXRmQfR6w3V17sf3/Ptrdu++6EgpfrFPh4T++Nc0W6LyhqL GP19e4JmUXYQmKO7WIIk= Received: by neo-zeon.de (OpenSMTPD) with ESMTPSA id 1bf4f699 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 10 Oct 2021 11:02:44 -0700 (PDT) From: Cameron Berkenpas To: alsa-devel@alsa-project.org Subject: [PATCH] ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2. Date: Sun, 10 Oct 2021 11:02:30 -0700 Message-Id: <20211010180228.16137-1-cam@neo-zeon.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Cc: Cameron Berkenpas X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" The previous patch's HDA verb initialization for the Lenovo 13s sequence was slightly off. This updated verb sequence has been tested and confirmed working. --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 4407f7da57c4..84d3e062a335 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -8344,7 +8344,7 @@ static const struct hda_fixup alc269_fixups[] = { .v.verbs = (const struct hda_verb[]) { { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 }, { 0x20, AC_VERB_SET_PROC_COEF, 0x41 }, - { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, + { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, { 0x20, AC_VERB_SET_PROC_COEF, 0x2 }, { 0x20, AC_VERB_SET_PROC_COEF, 0x0 }, { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },