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 E29FAC636CD for ; Fri, 10 Feb 2023 09:06:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231893AbjBJJGl (ORCPT ); Fri, 10 Feb 2023 04:06:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231705AbjBJJGH (ORCPT ); Fri, 10 Feb 2023 04:06:07 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 034EABB9A for ; Fri, 10 Feb 2023 01:05:38 -0800 (PST) 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 A874E38752; Fri, 10 Feb 2023 09:05:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1676019937; 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=VO+WNnu4rwnrV9OWFD5vGdftJZBLXt6VxRm5ZgaBjlw=; b=wHSzE1CNWna8VLmZ+veLom4mKuzagsDwy06FOho7bKzPARoEEvl5UG10THn9CVpmzbH8Ou fyVn8ELuJPkFLECr5TJGfiQPkeSEvMmsk88iBPq4V2TcndUX3ezgRuZYfMor50N3GlL5Bn M0uR1mq4LtmWzgVNqpNW9I+dZLejS2A= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1676019937; 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=VO+WNnu4rwnrV9OWFD5vGdftJZBLXt6VxRm5ZgaBjlw=; b=PYU1Z9lGrIbzIiqYpisgShPqq5UpT8qiUmhX6K5lniHnxVWdYEmsFltvMvfvqfG93VZQ5u qFi+7ZNwGSwaNCBA== 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 800E813588; Fri, 10 Feb 2023 09:05:37 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id mAF7HuEI5mOFHgAAMHmgww (envelope-from ); Fri, 10 Feb 2023 09:05:37 +0000 Date: Fri, 10 Feb 2023 10:05:36 +0100 Message-ID: <87y1p5j3fj.wl-tiwai@suse.de> From: Takashi Iwai To: bo liu Cc: perex@perex.cz, tiwai@suse.com, tangmeng@uniontech.com, huangwenhuia@uniontech.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA:hda/conexant:add a new hda codec SN6180 In-Reply-To: <1675908828-1012-1-git-send-email-bo.liu@senarytech.com> References: <1675908828-1012-1-git-send-email-bo.liu@senarytech.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 Thu, 09 Feb 2023 03:13:48 +0100, bo liu wrote: > > From: Bo Liu > > The current kernel does not support the SN6180 codec chip. > Add the SN6180 codec configuration item to kernel. > > Signed-off-by: Bo Liu Thanks, applied. Takashi