From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1BE2C433E0 for ; Wed, 12 Aug 2020 15:47:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B1066207F7 for ; Wed, 12 Aug 2020 15:47:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726547AbgHLPr4 (ORCPT ); Wed, 12 Aug 2020 11:47:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:35654 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726456AbgHLPr4 (ORCPT ); Wed, 12 Aug 2020 11:47:56 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 4B1A5AF21; Wed, 12 Aug 2020 15:48:16 +0000 (UTC) Date: Wed, 12 Aug 2020 17:47:54 +0200 Message-ID: From: Takashi Iwai To: Kai-Heng Feng Cc: tiwai@suse.com, Jaroslav Kysela , Kai Vehmanen , Nikhil Mahale , Pierre-Louis Bossart , Aaron Plattner , Harsha Priya , "moderated list:SOUND" , open list Subject: Re: [PATCH] ALSA: hda/hdmi: Use force connectivity quirk on another HP desktop In-Reply-To: <44573652-9ECF-4EC5-A234-DBB21FC90CC7@canonical.com> References: <20200811095336.32396-1-kai.heng.feng@canonical.com> <44573652-9ECF-4EC5-A234-DBB21FC90CC7@canonical.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Aug 2020 17:43:27 +0200, Kai-Heng Feng wrote: > > Hi, > > > On Aug 11, 2020, at 17:53, Kai-Heng Feng wrote: > > > > There's another HP desktop has buggy BIOS which flags the Port > > Connectivity bit as no connection. > > > > Apply force connectivity quirk to enable DP/HDMI audio. > > > > Signed-off-by: Kai-Heng Feng > > I guess this patch was omitted as well... Not omitted but applied to a wrong internal branch, sorry. Now I rebased to the proper branch and pushed out. thanks, Takashi > > Kai-Heng > > > --- > > sound/pci/hda/patch_hdmi.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c > > index 4bbd12d3b1b5..b8c8490e568b 100644 > > --- a/sound/pci/hda/patch_hdmi.c > > +++ b/sound/pci/hda/patch_hdmi.c > > @@ -1863,6 +1863,7 @@ static int hdmi_add_cvt(struct hda_codec *codec, hda_nid_t cvt_nid) > > } > > > > static const struct snd_pci_quirk force_connect_list[] = { > > + SND_PCI_QUIRK(0x103c, 0x870f, "HP", 1), > > SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1), > > {} > > }; > > -- > > 2.17.1 > > >