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 901E6CCA481 for ; Wed, 8 Jun 2022 07:59:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231185AbiFHH7L (ORCPT ); Wed, 8 Jun 2022 03:59:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233723AbiFHH6m (ORCPT ); Wed, 8 Jun 2022 03:58:42 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB7161AA3DB for ; Wed, 8 Jun 2022 00:30:19 -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 433DF1F892; Wed, 8 Jun 2022 07:30:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654673418; 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=v4+TqxVbtZwZIXtnVfnrncOzdXi/qgU2Qgo7nUJEqQo=; b=Rg62t8KSsA2vHNRbVidARjz4sTko9pK50CvLcA8qQ4YL1nV//XtteqhgbRHArKFsuadQ7J 7l4JWsiVTntYagUdKeckNO5hrq9csuIEFsgEODsADUTAGFCLxvqrxJFhjXqa12+9Q/D3XW KN09Fa1P+72eNksZjo3/Wvnkcd3OPbY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654673418; 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=v4+TqxVbtZwZIXtnVfnrncOzdXi/qgU2Qgo7nUJEqQo=; b=qU+xA+gTwtjeZBD0OS5OaXPWD3KPTKlK+G8b5tUFcyYMJItFaH+rDSilEezskuyiUiXAVH unvveuH8u3PVBsCw== 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 02DCF13A15; Wed, 8 Jun 2022 07:30:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 3pJuOwlQoGKQHwAAMHmgww (envelope-from ); Wed, 08 Jun 2022 07:30:17 +0000 Date: Wed, 08 Jun 2022 09:30:17 +0200 Message-ID: <87wndrboja.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 v3] ALSA: hda/realtek - Add HW8326 support In-Reply-To: <20220608070527.14824-1-huangwenhuia@uniontech.com> References: <20220608070527.14824-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 09:05:27 +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 Thanks, applied now. Takashi