From patchwork Thu Nov 29 23:57:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ayman Bagabas X-Patchwork-Id: 10705555 X-Patchwork-Delegate: andy.shevchenko@gmail.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 493B514E2 for ; Thu, 29 Nov 2018 23:58:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3A5EF2F7E4 for ; Thu, 29 Nov 2018 23:58:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2E5E12FB39; Thu, 29 Nov 2018 23:58:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CA5D52F7E4 for ; Thu, 29 Nov 2018 23:58:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726905AbeK3LFa (ORCPT ); Fri, 30 Nov 2018 06:05:30 -0500 Received: from mail-vs1-f65.google.com ([209.85.217.65]:41755 "EHLO mail-vs1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726446AbeK3LFa (ORCPT ); Fri, 30 Nov 2018 06:05:30 -0500 Received: by mail-vs1-f65.google.com with SMTP id t17so2287633vsc.8; Thu, 29 Nov 2018 15:58:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=2LoK2aI8Pr02WOWKKF1r0Jd/dezuc40Qb3DnVc5ntbA=; b=AlXvN2+Klc6HFrzYducQX4j81BCbT1I8UtI0VVBqb4Wh632hxPIAsHiID5qBAnIC7K DCGFTa7zUhuv8HKuqJgWXHYjEW2D5FKOUufRepLFUFK3xZKzM385w4iSVaLrKgtzYovQ 9cJKNz7CV5il1yJt96cpDqrnZG/aeL0dEdnRsz4YajYq7g7j7OhM0YzMl03spO5XtGyG Qbx5dHYwY/8HyCnCtdZQTl3M1hm5XQn1TGJio7NFmxN6VaU3H5rjYRdiE8ytgb95lRfX dOOEz6I61FaUGzua3J5gbydS19ZjHr/SKh3FlpReDXZgJgAVek7PHIB20ZwmhIacvJ62 MCKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2LoK2aI8Pr02WOWKKF1r0Jd/dezuc40Qb3DnVc5ntbA=; b=KSbzLRlkqlboX8B6sHm3uxI1ua9Fl5/pQoM12ssRSQTz0h50UkLEt8eHokWa84a8lE bHvA0r2AdTDlXNNKYLQbeGr+N3hgAECIsa1uMyYc2yt1BlsUjvBseA6wnQQcH574Vdxu 7+plL0nGPWZlbF1/sYaFO5up8V8XZG6cOBcyyzA9T9wFPcLN8PiIx2qHhLiaCkVFDfsG 7blH9Rn5uljE0apsLKd9P0WZxOi/aXRrAmYVwITg6UUY7YNryeXnhfDiZW7V9kT9Q4ki +ixVA1zUXlcR63LJaqBkQRSHnKFbUmnzvHUzIYSzv28H2knkF6mcVXN/4P0rWSJiyhdL Pmyg== X-Gm-Message-State: AA+aEWarJF8RRcZoyHlaTCgSMWA9Vyf2KOQbGPXDZQOjlYTqEfl/mYy2 4zmIu5M302omRsp7/EIXCQ== X-Google-Smtp-Source: AFSGD/WB4uggVCuM9ypqbAIUTTT8eiAcZG7cfWXcYUZc+3byifCK/i4uYKOs+t79kpngRvqj+1vjpg== X-Received: by 2002:a67:f294:: with SMTP id m20mr1578061vsk.81.1543535891635; Thu, 29 Nov 2018 15:58:11 -0800 (PST) Received: from localhost.localdomain ([2601:902:c200:6512:a50b:fc5d:3604:d966]) by smtp.gmail.com with ESMTPSA id d195sm520831vka.29.2018.11.29.15.58.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 29 Nov 2018 15:58:11 -0800 (PST) From: Ayman Bagabas To: Darren Hart , Andy Shevchenko , Jaroslav Kysela , Takashi Iwai , Kailang Yang , Hui Wang , linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org, alsa-devel@alsa-project.org Cc: ayman.bagabas@gmail.com Subject: [PATCH v8 1/3] ALSA: hda: fix front speakers on Huawei MBXP. Date: Thu, 29 Nov 2018 18:57:36 -0500 Message-Id: <20181129235742.14332-2-ayman.bagabas@gmail.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181129235742.14332-1-ayman.bagabas@gmail.com> References: <20181129235742.14332-1-ayman.bagabas@gmail.com> MIME-Version: 1.0 Sender: platform-driver-x86-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch solves bug 200501 'Only 2 of 4 speakers playing sound.' https://bugzilla.kernel.org/show_bug.cgi?id=200501 It enables the front speakers on Huawei Matebook X Pro laptops. These laptops come with Dolby Atmos sound system and these pins configuration enables the front speakers. Reviewed-by: Takashi Iwai Signed-off-by: Ayman Bagabas --- sound/pci/hda/patch_realtek.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 993d34c141c2..1326f32f4574 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5490,6 +5490,7 @@ enum { ALC298_FIXUP_TPT470_DOCK, ALC255_FIXUP_DUMMY_LINEOUT_VERB, ALC255_FIXUP_DELL_HEADSET_MIC, + ALC256_FIXUP_HUAWEI_MBXP_PINS, ALC295_FIXUP_HP_X360, ALC221_FIXUP_HP_HEADSET_MIC, }; @@ -5761,6 +5762,22 @@ static const struct hda_fixup alc269_fixups[] = { .chained = true, .chain_id = ALC269_FIXUP_HEADSET_MIC }, + [ALC256_FIXUP_HUAWEI_MBXP_PINS] = { + .type = HDA_FIXUP_PINS, + .v.pins = (const struct hda_pintbl[]) { + {0x12, 0x90a60130}, + {0x13, 0x40000000}, + {0x14, 0x90170110}, + {0x18, 0x411111f0}, + {0x19, 0x04a11040}, + {0x1a, 0x411111f0}, + {0x1b, 0x90170112}, + {0x1d, 0x40759a05}, + {0x1e, 0x411111f0}, + {0x21, 0x04211020}, + { } + } + }, [ALC269_FIXUP_ASUS_X101_FUNC] = { .type = HDA_FIXUP_FUNC, .v.func = alc269_fixup_x101_headset_mic, @@ -6591,6 +6608,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x511f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK), SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K), SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD), + SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MBXP", ALC256_FIXUP_HUAWEI_MBXP_PINS), SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */ #if 0