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 A3991C43334 for ; Wed, 8 Jun 2022 07:03:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236140AbiFHHAF (ORCPT ); Wed, 8 Jun 2022 03:00:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352188AbiFHGPn (ORCPT ); Wed, 8 Jun 2022 02:15:43 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 470242DB331 for ; Tue, 7 Jun 2022 22:48:03 -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-out2.suse.de (Postfix) with ESMTPS id 1B7C31F8E2; Wed, 8 Jun 2022 05:39:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654666743; 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=3mZ/PXfjVKtorPmVsSMY5YoBOKNZzD+HSU3DLcMJGYY=; b=X5Bb6ThAXhKHsAUr59jwzgmqfC5U2RHTqUtgVOilgFGzAYWGRKHSuda7zVXCLaLILExOmq /EKYkR4p98z2+8F8eL124XgYY1asa158JycyWJdY2BDUiYERZWeF32h5gKad/ky7bBu/2R IUQnNAkpIkgROXf6y2xAMAM+HTjkdCE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654666743; 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=3mZ/PXfjVKtorPmVsSMY5YoBOKNZzD+HSU3DLcMJGYY=; b=VyiFuKAGH1WQ0h4f49zhQq3wnRT/jofAXWxKJ9OHU8T6F5AzGnTMXoltjYm9Rsfz7nNwI1 VGmKjTDtU4EVvpBQ== 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 D48C713638; Wed, 8 Jun 2022 05:39:02 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id TtSxMvY1oGJzcAAAMHmgww (envelope-from ); Wed, 08 Jun 2022 05:39:02 +0000 Date: Wed, 08 Jun 2022 07:39:02 +0200 Message-ID: <877d5rd895.wl-tiwai@suse.de> From: Takashi Iwai To: huangwenhui Cc: tiwai@suse.com, perex@perex.cz, alsa-devel@alsa-project.org, kailang@realtek.com, tanureal@opensource.cirrus.com, jeremy.szu@canonical.com, linux-kernel@vger.kernel.org, wse@tuxedocomputers.com, hui.wang@canonical.com, sami@loone.fi, cam@neo-zeon.de Subject: Re: [PATCH] ALSA: hda/realtek - Add HW8326 support In-Reply-To: <20220608011227.15994-1-huangwenhuia@uniontech.com> References: <20220608011227.15994-1-huangwenhuia@uniontech.com> 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 03:12:27 +0200, huangwenhui wrote: > > Added the support of new Huawei codec HW8326. > > Signed-off-by: huangwenhui Please give more description, as mentioned in the previous post, but *in the patch itself*. If it's compatible with the existing ALC256, describe it there. Also, when you post a newer version of the patch, add v2 prefix to the subject, e.g. [PATCH v2] ALSA: hda/realtek - Add HW8326 support (Of course at the next respin, it'll be v3 :) thanks, Takashi