From patchwork Wed Dec 8 12:04:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Kroon X-Patchwork-Id: 523392 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 04741C433F5 for ; Sun, 12 Dec 2021 08:25:01 +0000 (UTC) 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 9BBFA1936; Sun, 12 Dec 2021 09:24:09 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 9BBFA1936 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1639297499; bh=id4G4/GQvMs6lFBqo9CcwOmvZFjcf8ibV6ZZSxGj7gc=; h=Date:From:Subject:To:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=XCi43kUTP99hcQQ/Y+l8Mm6DyMoGKsZZC0WLMBTXj8o8w612zWmZqNeIHvdsgqBqA tQDwc8sHes/07qSHbz3+11bLcTwp6PhUlZYnhXnmsXp1/WSC0JfR4LR+xES+qrxIBO ZEZ6n2WrZfV9nRf4vSIOk/nKeDFcRyigBYHNxIsg= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id A7B21F80249; Sun, 12 Dec 2021 09:23:28 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 476DAF804CC; Wed, 8 Dec 2021 13:04:35 +0100 (CET) Received: from vsmx002.mijndomein.xion.oxcs.net (vsmx002.mijndomein.xion.oxcs.net [157.97.79.37]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 3A7F3F80103 for ; Wed, 8 Dec 2021 13:04:29 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 3A7F3F80103 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=tarmack.eu header.i=@tarmack.eu header.b="IYieX0sX" Received: from vsmx002.mijndomein.xion.oxcs.net (unknown [10.93.2.2]) by mx-out.mijndomein.xion.oxcs.net (Postfix) with ESMTP id 75175159DA7D for ; Wed, 8 Dec 2021 12:04:28 +0000 (UTC) Received: from proxy-1.proxy.shared.ns.xion.oxcs.net (proxy-1.proxy.shared.ns.xion.oxcs.net [77.167.248.94]) by mx-out.mijndomein.xion.oxcs.net (Postfix) with ESMTPA id 19202A40367 for ; Wed, 8 Dec 2021 12:04:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tarmack.eu; s=mail1; t=1638965068; bh=ORnkfT0x247iuZDsMdi2JVlP+buojhYJUu9pgB2+w9M=; h=Date:From:Subject:To:From; b=IYieX0sXN/jFl4yxZFm/D6vuzOf6RkALPUIYhPDjc6Me/uG/Ztj2GRRjBScZx/I/m hcq+2wsH4nnhSiEC/cPJbNsrd6E6GT0sf89kn56iUXvHgPi6jK40LJHJzkmabwx7z3 mAXW9cR+pbfGHSYSF7L1POI+1/tHMMSTkL+/44/U= Received: from [192.168.3.35] (unknown [192.168.3.35]) by postoffice.localdomain (Postfix) with ESMTP id DA2DDC02EA for ; Wed, 8 Dec 2021 12:04:23 +0000 (UTC) Date: Wed, 08 Dec 2021 13:04:20 +0100 From: Bart Kroon Subject: Add ALC287 speaker fixup for Lenovo IdeaPad Slim 9i 14ITL5 To: alsa-devel@alsa-project.org Message-Id: <8JPS3R.V4DH56Z9XIPS3@tarmack.eu> X-Mailer: geary/40.0 MIME-Version: 1.0 X-VadeSecure-Status: LEGIT X-VADE-STATUS: LEGIT X-VadeSecure-Status: LEGIT X-VADE-STATUS: LEGIT X-Mailman-Approved-At: Sun, 12 Dec 2021 09:23:26 +0100 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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" Hello, The speaker fixup that is used for the Yoga 7 14ITL5 also applies to the IdeaPad Slim 9i 14ITL5. The attached patch applies the quirk. The attached patch is validated on my laptop. Regards, Bart diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 8a3e2fe42106..de8f4e9c289d 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -8851,6 +8851,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x3827, "Ideapad S740", ALC285_FIXUP_IDEAPAD_S740_COEF), SND_PCI_QUIRK(0x17aa, 0x3843, "Yoga 9i", ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP), SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS), + SND_PCI_QUIRK(0x17aa, 0x3834, "Lenovo IdeaPad Slim 9i 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS), SND_PCI_QUIRK(0x17aa, 0x3852, "Lenovo Yoga 7 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS), SND_PCI_QUIRK(0x17aa, 0x3853, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS), SND_PCI_QUIRK(0x17aa, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS),