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 C58B3C001DB for ; Fri, 4 Aug 2023 11:10:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229509AbjHDLKx (ORCPT ); Fri, 4 Aug 2023 07:10:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbjHDLKw (ORCPT ); Fri, 4 Aug 2023 07:10:52 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3D379B for ; Fri, 4 Aug 2023 04:10:51 -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 A713B2187F; Fri, 4 Aug 2023 11:10:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1691147450; 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=zQo4b+PRC8QM27PpEfGvop279Ibe/PL70O5uFSym+YA=; b=qlvTp3l0pD0YlZjtyveY+1yDTE/GQYZ85t9zz7TpY/DwgZSJ01x1AyAHZ4B65LuEAyq6+K /nLc6ZsDDT81JiqkYkWv7xY4U9QkJYSMytz9x8NDUEykFlkYd31cRVO0FDiLJn6Dku2M+6 xVBU3RjnUhG+eWcTc1iNwUxOcxkjROc= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1691147450; 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=zQo4b+PRC8QM27PpEfGvop279Ibe/PL70O5uFSym+YA=; b=55XrkzccKjUSlkbSgg7K5Esmqld61e3yfUvl5GBvxn6luibsoJPXkY20UN50lf/n5QOI9m W4Hahu+fbOKAVZCA== 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 7ED98133B5; Fri, 4 Aug 2023 11:10:50 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id idX2HbrczGQDSwAAMHmgww (envelope-from ); Fri, 04 Aug 2023 11:10:50 +0000 Date: Fri, 04 Aug 2023 13:10:50 +0200 Message-ID: <87il9v9i6d.wl-tiwai@suse.de> From: Takashi Iwai To: Pierre-Louis Bossart Cc: alsa-devel@alsa-project.org, broonie@kernel.org, Bjorn Helgaas , linux-pci@vger.kernel.org Subject: Re: [PATCH 0/5] ALSA/PCI: hda: add ARL-S support, config for MTL/LNL In-Reply-To: <20230802150105.24604-1-pierre-louis.bossart@linux.intel.com> References: <20230802150105.24604-1-pierre-louis.bossart@linux.intel.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-pci@vger.kernel.org On Wed, 02 Aug 2023 17:01:00 +0200, Pierre-Louis Bossart wrote: > > Add a new PCI ID and i915 connectivity check for ArrowLake-S, and > configuration updates for MTL/LNL. > > Kai Vehmanen (2): > ALSA: hda: add HD Audio PCI ID for Intel Arrow Lake-S > ALSA: hda/i915: extend connectivity check to cover Intel ARL > > Pierre-Louis Bossart (3): > PCI: add ArrowLake-S PCI ID for Intel HDAudio subsystem. > ALSA: hda: intel-dsp-cfg: use common include for MeteorLake > ALSA: hda: intel-dsp-cfg: add LunarLake support Now I applied all patches. Mark can pull the changes from tags/hda-intel-6.6 if those changes are needed for further ASoC patches. It's based on the previous hda pci-id changes on top of 6.5-rc2. thanks, Takashi