From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org by pdx-caf-mail.web.codeaurora.org (Dovecot) with LMTP id i7WiKqt2HlvsHQAAmS7hNA ; Mon, 11 Jun 2018 13:20:45 +0000 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 477E0607A4; Mon, 11 Jun 2018 13:20:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by smtp.codeaurora.org (Postfix) with ESMTP id BFC4960385; Mon, 11 Jun 2018 13:20:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org BFC4960385 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933149AbeFKNUm (ORCPT + 20 others); Mon, 11 Jun 2018 09:20:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:52781 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932842AbeFKNUl (ORCPT ); Mon, 11 Jun 2018 09:20:41 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 470DEAF5A; Mon, 11 Jun 2018 13:20:40 +0000 (UTC) Date: Mon, 11 Jun 2018 15:20:39 +0200 Message-ID: From: Takashi Iwai To: "Dennis Wassenberg" Cc: =?UTF-8?B?IkplcsOzbmltbyBCb3JxdWUi?= , "Hui Wang" , "Kai-Heng Feng" , "Florin Tudorache" , "Jaroslav Kysela" , , Subject: Re: [PATCH 1/2] ALSA: hda: add dock and led support for HP EliteBook 830 G5 In-Reply-To: <0cd9e66b-460a-4dc3-cd9c-3b0124b8284c@secunet.com> References: <0cd9e66b-460a-4dc3-cd9c-3b0124b8284c@secunet.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 Mon, 11 Jun 2018 11:40:00 +0200, Dennis Wassenberg wrote: > > This patch adds missing initialisation for HP 2013 UltraSlim Dock > Line-In/Out PINs and activates keyboard mute/micmute leds > for HP EliteBook 830 G5 Missing the sign-off. Could you resubmit them with the proper signed-off-by lines? thanks, Takashi > --- > sound/pci/hda/patch_conexant.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c > index 5b4dbcec6de8..bca71f35b34f 100644 > --- a/sound/pci/hda/patch_conexant.c > +++ b/sound/pci/hda/patch_conexant.c > @@ -959,6 +959,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = { > SND_PCI_QUIRK(0x103c, 0x8079, "HP EliteBook 840 G3", CXT_FIXUP_HP_DOCK), > SND_PCI_QUIRK(0x103c, 0x807C, "HP EliteBook 820 G3", CXT_FIXUP_HP_DOCK), > SND_PCI_QUIRK(0x103c, 0x80FD, "HP ProBook 640 G2", CXT_FIXUP_HP_DOCK), > + SND_PCI_QUIRK(0x103c, 0x83b3, "HP EliteBook 830 G5", CXT_FIXUP_HP_DOCK), > SND_PCI_QUIRK(0x103c, 0x8174, "HP Spectre x360", CXT_FIXUP_HP_SPECTRE), > SND_PCI_QUIRK(0x103c, 0x8115, "HP Z1 Gen3", CXT_FIXUP_HP_GATE_MIC), > SND_PCI_QUIRK(0x103c, 0x814f, "HP ZBook 15u G3", CXT_FIXUP_MUTE_LED_GPIO), > -- > 2.17.1 >