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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56004C43334 for ; Wed, 8 Jun 2022 08:38:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230527AbiFHIil (ORCPT ); Wed, 8 Jun 2022 04:38:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230352AbiFHIhh (ORCPT ); Wed, 8 Jun 2022 04:37:37 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BAE4108FA3 for ; Wed, 8 Jun 2022 00:57:31 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 8B44421BDB; Wed, 8 Jun 2022 07:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654674995; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=t3+MhFlfBpuC3iBIM77TcAPzSq8zTlROM0T21p0EvJE=; b=bM8FpMx8uo3+MZ++TxDecLLIv+E3NBge1cM5iraXDJvXDCKw5aecyrgoZYvMbCEOSzm2BH /vhbDOnJQyEU2+YT1EQm+CdScB8Jfb2dPYvSDNNLp2Z+p1EYkl4sgxwjXIrHDUWtZo1RYi nvDK4hH/3iX5Jyq+ZzjxoROb/fISkC8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654674995; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=t3+MhFlfBpuC3iBIM77TcAPzSq8zTlROM0T21p0EvJE=; b=PkrUXBKP6peTSvTKOZ7Bb2VaadjCFrcNuFKoLuU0AVLORIqhsLUBo2yCH8cc/1Y3xTr1bS QS1aWLyUYlB7YfCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 4468913AD9; Wed, 8 Jun 2022 07:56:35 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 9oymDzNWoGLEKgAAMHmgww (envelope-from ); Wed, 08 Jun 2022 07:56:35 +0000 Date: Wed, 08 Jun 2022 09:56:34 +0200 Message-ID: <87leu7bnbh.wl-tiwai@suse.de> From: Takashi Iwai To: Jeremy Szu Cc: huangwenhui , tiwai@suse.com, perex@perex.cz, alsa-devel@alsa-project.org, kailang@realtek.com, tanureal@opensource.cirrus.com, linux-kernel@vger.kernel.org, wse@tuxedocomputers.com, hui.wang@canonical.com, sami@loone.fi, cam@neo-zeon.de Subject: Re: [PATCH v3] ALSA: hda/realtek - Add HW8326 support In-Reply-To: References: <20220608070527.14824-1-huangwenhuia@uniontech.com> <87wndrboja.wl-tiwai@suse.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 08 Jun 2022 09:53:32 +0200, Jeremy Szu wrote: > > and better to follow the order to easy to find the codec once the list > growing next time, e.g. > > @@ -651,6 +651,7 @@ static const struct hda_vendor_id hda_vendor_ids[] = { > { 0x1095, "Silicon Image" }, > { 0x10de, "Nvidia" }, > { 0x10ec, "Realtek" }, > + { 0x19e5, "Huawei" }, > { 0x1102, "Creative" }, > { 0x1106, "VIA" }, > { 0x111d, "IDT" }, > > to > > { 0x14f1, "Conexant" }, > { 0x17e8, "Chrontel" }, > { 0x1854, "LG" }, > + { 0x19e5, "Huawei" }, > { 0x1aec, "Wolfson Microelectronics" }, > { 0x1af4, "QEMU" }, > > and so on. Indeed. Care to send an additional patch? thanks, Takashi