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 DF9D1CCA47B for ; Wed, 8 Jun 2022 09:24:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234682AbiFHJY1 (ORCPT ); Wed, 8 Jun 2022 05:24:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234886AbiFHJWq (ORCPT ); Wed, 8 Jun 2022 05:22:46 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6EAD2F1F1A for ; Wed, 8 Jun 2022 01:43:40 -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 4B05821BE9; Wed, 8 Jun 2022 08:43:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654677819; 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=u0sV8NHqSNM4yoTWP03NbeaNn0eM7HssoUu4/drfrSk=; b=nRQqPkfNO5AcW2flbkCiNjkXO06pq59uVO9XiLYJImBJKWk6dkE44zwcGnijgAcADJfgVz JGcu7cKhZaF7fghxCwcLW2X60PPBA0+AIuBfvc5S1scKn8Atc1KbI8IlfxPYQ0jmbEENFf BcfCbB3N9iORiPJeZfBKcPi0fCtJSAU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654677819; 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=u0sV8NHqSNM4yoTWP03NbeaNn0eM7HssoUu4/drfrSk=; b=GNGxCUfnkA1SPjWSfosCMVq3vQZizD49kjLn+rsv8LSphgrI/IxzpMHljs8tmpJjtNd6d8 i2HnhXMNTXTMxnBg== 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 0D58413AD9; Wed, 8 Jun 2022 08:43:39 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Hm+MAjthoGJyRwAAMHmgww (envelope-from ); Wed, 08 Jun 2022 08:43:39 +0000 Date: Wed, 08 Jun 2022 10:43:38 +0200 Message-ID: <87czfjbl51.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 v4] ALSA: hda/realtek - Add HW8326 support In-Reply-To: <20220608082357.26898-1-huangwenhuia@uniontech.com> References: <20220608082357.26898-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 10:23:57 +0200, huangwenhui wrote: > > Added the support of new Huawei codec HW8326. The HW8326 is developed > by Huawei with Realtek's IP Core, and it's compatible with ALC256. > > Signed-off-by: huangwenhui OK, I applied this one instead of v3. BTW, at the next time, it'd be appreciated to put what you've changed between pervious revision. See Documentation/process/submitting-patches.rst for details, e.g. check "The canonical patch format" section. thanks, Takashi