From patchwork Mon Feb 10 08:17:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 13967447 X-Patchwork-Delegate: bhelgaas@google.com Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 880501BEF63; Mon, 10 Feb 2025 08:16:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739175421; cv=none; b=muVgsvmgIXmcBnb0hgRkQDu/HL03LY5ID27fnFSJL5131W4+92j73WQD6Ppr9IKbBn2/vsB7ZuoNHYWQLFCF26Yj6GP5MHL/Z7hKnuwP9cg8RWcxZYkzqTXyuV08FHcY7YMYlLgmwedAYVq9jhlOq+mxRbTq1Q4pPhNGXHluFgw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739175421; c=relaxed/simple; bh=NP5E0mJ0xn91zThT0Htx3tC0BFtRmRmLQo0PahHODh8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=IU7W1mVaqyGWpIb4tDWKo10ENVhKddsUyhIJVfR2Ipgz4B0RPiAU0pthkLtCCyD+kHM8PHSZbADGKVqDmZ9bT34DGUNQKmcGm64cm2eDKx/IBfk+0s04geTdo9pBo+LarnVz33QqJdvRszPejjbJKHdQC2GD9xCMGcVoMUjhXhE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=leqdpL20; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="leqdpL20" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1739175420; x=1770711420; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NP5E0mJ0xn91zThT0Htx3tC0BFtRmRmLQo0PahHODh8=; b=leqdpL20ZuLUnD0n7B6k25hoAKMneYVaVpde+soIMHBDF61BArYrvXtH mQ/3pUwnbLZIqcFGtaDeHvYni9wUU4kMmIoQ3wLY/Rk6JRLaLyg3oTSLv 4SWMj9aA25YuayUQjzxvSjPAjd+HG5BE73pl2OcyjsZs9UKNRW40nAyyV FxIdEM6lRlufRuqxi6/xE8fB35AE3qj35ktJK6YjAZcYW4wZHJT9FKvfU 87o7MLUHHWRN9EgmWgJw2/r7kNU77MZRqdNCmyb4xbLDrQBJgh1Jf/jw5 k0c6fh/w5p7tyxH1+4gsyYnMoDq+dkP16n/jv9NhiUCWx+3/us0yrNjAI Q==; X-CSE-ConnectionGUID: dwjeXkYqQOiUIlJ7QTMY9A== X-CSE-MsgGUID: cbu5oJgVQkqWoEdMXT8nqw== X-IronPort-AV: E=McAfee;i="6700,10204,11340"; a="39629798" X-IronPort-AV: E=Sophos;i="6.13,274,1732608000"; d="scan'208";a="39629798" Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2025 00:16:56 -0800 X-CSE-ConnectionGUID: +xZN4RSXQ+yqrsAVk5cRgg== X-CSE-MsgGUID: dA298BB6SBiFLwBG0dJPSQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,274,1732608000"; d="scan'208";a="112638718" Received: from slindbla-desk.ger.corp.intel.com (HELO pujfalus-desk.intel.com) ([10.245.246.224]) by fmviesa010-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2025 00:16:52 -0800 From: Peter Ujfalusi To: lgirdwood@gmail.com, broonie@kernel.org, tiwai@suse.com Cc: linux-sound@vger.kernel.org, kai.vehmanen@linux.intel.com, ranjani.sridharan@linux.intel.com, yung-chuan.liao@linux.intel.com, pierre-louis.bossart@linux.dev, bhelgaas@google.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/4] PCI: pci_ids: add INTEL_HDA_PTL_H Date: Mon, 10 Feb 2025 10:17:27 +0200 Message-ID: <20250210081730.22916-2-peter.ujfalusi@linux.intel.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250210081730.22916-1-peter.ujfalusi@linux.intel.com> References: <20250210081730.22916-1-peter.ujfalusi@linux.intel.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Pierre-Louis Bossart Add Intel PTL-H audio Device ID. Signed-off-by: Pierre-Louis Bossart Signed-off-by: Peter Ujfalusi Reviewed-by: Kai Vehmanen Reviewed-by: Bard Liao Acked-by: Bjorn Helgaas --- include/linux/pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index de5deb1a0118..1a2594a38199 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -3134,6 +3134,7 @@ #define PCI_DEVICE_ID_INTEL_HDA_LNL_P 0xa828 #define PCI_DEVICE_ID_INTEL_S21152BB 0xb152 #define PCI_DEVICE_ID_INTEL_HDA_BMG 0xe2f7 +#define PCI_DEVICE_ID_INTEL_HDA_PTL_H 0xe328 #define PCI_DEVICE_ID_INTEL_HDA_PTL 0xe428 #define PCI_DEVICE_ID_INTEL_HDA_CML_R 0xf0c8 #define PCI_DEVICE_ID_INTEL_HDA_RKL_S 0xf1c8 From patchwork Mon Feb 10 08:17:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 13967448 X-Patchwork-Delegate: bhelgaas@google.com Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E18A11BD00C; Mon, 10 Feb 2025 08:17:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739175429; cv=none; b=VlcPN6UDcG1BbgsFlRlvCB2GKajHMB3NuQVB6lcLC0LvIV5k5CZYeTsqiNkTL7SnKczr6Gmdvvgo6Rv1LUhhnrMo+AvLfXJ5r+9r8dw6ESWWSlahx3XhpT37p5Hnahtt+2upjFd54AmjHSiSD8PJQogyKt4/hqyC23yb+UBfOQU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739175429; c=relaxed/simple; bh=A5u2EQ2Nop9oS18StJ61oBM+f6vZFxzFKfftc/9fUJU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ihr7jXo7SvU+Sb6WKmUX9O9+n3WDenxOp1L5dodbW3MpSxGfgx2dDMr/2irssU4XzCJ85eD/esvZ1ogrFRz8oB4asi2QXQxVmoJ2PEeIrNEaJ2io2maJxByxouPfMdBJA5jB0urld7nIbuYCEM69YZg/RtqTfI/GP6zcAbkGxZc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=ZUBpjUxZ; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ZUBpjUxZ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1739175428; x=1770711428; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=A5u2EQ2Nop9oS18StJ61oBM+f6vZFxzFKfftc/9fUJU=; b=ZUBpjUxZ9fLhX9AfQJgKaCOqJt7YFty3PBlLQgvGQHg3ktPE4thGYBgA Isho1Jynt2l/3a5r61QsbJ7sE50OZeG1simrq360duMhB6Ui2v2sxa4zF 39FZBFwUm4rFc2+hPKe0d06ZT1qyVpj3ItqHKsWz/LzmUFTc8apCHZZvc o+myYmnwcj6+uqRhFU8MLOGJ78OKYLL4m58KrGlupaXaZlPszAzhyEiWb OlZTh85cqipZzYZG/VQ5Nr3R7+eyM3PofTMQi7QbYml0+sbMnL/6Cw/pH tZfZZG3rrhnid3cccI4VO/pyqqEoSMZwJanWjOhr16iUD8qGKOPsvZSwr Q==; X-CSE-ConnectionGUID: N0V0nVVHRrueEJzreoCXug== X-CSE-MsgGUID: t82D9FzoTde3z9NeZLGjdw== X-IronPort-AV: E=McAfee;i="6700,10204,11340"; a="39629860" X-IronPort-AV: E=Sophos;i="6.13,274,1732608000"; d="scan'208";a="39629860" Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2025 00:17:00 -0800 X-CSE-ConnectionGUID: 2i3/4D94TXyYljbktJN0Kg== X-CSE-MsgGUID: moagOiODQt6VMBDVW+TcXA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,274,1732608000"; d="scan'208";a="112638728" Received: from slindbla-desk.ger.corp.intel.com (HELO pujfalus-desk.intel.com) ([10.245.246.224]) by fmviesa010-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2025 00:16:56 -0800 From: Peter Ujfalusi To: lgirdwood@gmail.com, broonie@kernel.org, tiwai@suse.com Cc: linux-sound@vger.kernel.org, kai.vehmanen@linux.intel.com, ranjani.sridharan@linux.intel.com, yung-chuan.liao@linux.intel.com, pierre-louis.bossart@linux.dev, bhelgaas@google.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 2/4] ALSA: hda: intel-dsp-config: Add PTL-H support Date: Mon, 10 Feb 2025 10:17:28 +0200 Message-ID: <20250210081730.22916-3-peter.ujfalusi@linux.intel.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250210081730.22916-1-peter.ujfalusi@linux.intel.com> References: <20250210081730.22916-1-peter.ujfalusi@linux.intel.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Pierre-Louis Bossart Use same recipes as PTL for PTL-H. Signed-off-by: Pierre-Louis Bossart Signed-off-by: Peter Ujfalusi Reviewed-by: Kai Vehmanen Reviewed-by: Bard Liao --- sound/hda/intel-dsp-config.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index f564ec7af194..ce3ae2cba660 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -539,6 +539,11 @@ static const struct config_entry config_table[] = { .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, .device = PCI_DEVICE_ID_INTEL_HDA_PTL, }, + { + .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, + .device = PCI_DEVICE_ID_INTEL_HDA_PTL_H, + }, + #endif }; From patchwork Mon Feb 10 08:17:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 13967449 X-Patchwork-Delegate: bhelgaas@google.com Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 399BC1BEF66; Mon, 10 Feb 2025 08:17:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739175435; cv=none; b=TzykH9kPaQijLY7Wyad8yZ6xapCVGY+Dr4m7xfQ0nPIFNG+M3B62gF2zDEXB6DJyPL0as75XmMeDri1yrJ3dKDhygvDNPPdVVywQ87Nm77xWEAVutnzjxypXnVYLi0fzZLobDAqf+oxGdgo6jN3s19w/XVqQ9r8FQ6Y7wma8cTQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739175435; c=relaxed/simple; bh=15XwobDZ/nxt+VCdf6mkqla70g872PEAWLmuLKuwoJg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=rr5tOuWmbaOGX6WT4beP3yD/u2K1GNTKv9QiYqiarxb9FCLno7sjoLHVrz8EQvz0aJ75LQYPRVXwg6qgh6vYJ7bBrQ4Vm71+OS/L/1iktciET+CFOXJyu9+EbOYGGwNOwA1Cm3waKuuI056mnszmiOhWHTt9MWypkghTCU6vuwc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=nlfCo4TQ; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="nlfCo4TQ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1739175434; x=1770711434; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=15XwobDZ/nxt+VCdf6mkqla70g872PEAWLmuLKuwoJg=; b=nlfCo4TQu1XVcvWOZ54M5jFM752f4i1GE737rL4lgFQU6y47usRUH9/f fBYaJsHydLOK/jMFrpFPmindVMRvTGziqEgLgAGljcJdpp4RjYqvjgBkT 2Pi5eMQTRc9mcV97c5uOLWFY6WQ2i8aMIO6FctTYsnxL4bAwS7Rnc5go8 nK8kTg1AHjqjcNo1OBdPGO5CDRV+nVIxRdiis2V24Z0Q6GwHJ+Hs58zJh /auBGQermNDYOfN4aAWy1dVwUY16Rk9yA2yPSChKhTrDSsNl9ZrYXCvuS v86/6bKj8/D8l7MDO8BjkZ2Gid5OlTJuzdbQnAgqyxl+fIX8ztGnh4NAt A==; X-CSE-ConnectionGUID: rR4FemW+QZ6QO/giLZTRmA== X-CSE-MsgGUID: oA2nA8QZREW1RGO6zegkXg== X-IronPort-AV: E=McAfee;i="6700,10204,11340"; a="39629889" X-IronPort-AV: E=Sophos;i="6.13,274,1732608000"; d="scan'208";a="39629889" Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2025 00:17:03 -0800 X-CSE-ConnectionGUID: f5sW2EIrQmGVNafj/FwA1A== X-CSE-MsgGUID: tUbOo7EIQ/qtoCCV4NFEpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,274,1732608000"; d="scan'208";a="112638763" Received: from slindbla-desk.ger.corp.intel.com (HELO pujfalus-desk.intel.com) ([10.245.246.224]) by fmviesa010-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2025 00:16:59 -0800 From: Peter Ujfalusi To: lgirdwood@gmail.com, broonie@kernel.org, tiwai@suse.com Cc: linux-sound@vger.kernel.org, kai.vehmanen@linux.intel.com, ranjani.sridharan@linux.intel.com, yung-chuan.liao@linux.intel.com, pierre-louis.bossart@linux.dev, bhelgaas@google.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/4] ASoC: SOF: Intel: pci-ptl: Add support for PTL-H Date: Mon, 10 Feb 2025 10:17:29 +0200 Message-ID: <20250210081730.22916-4-peter.ujfalusi@linux.intel.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250210081730.22916-1-peter.ujfalusi@linux.intel.com> References: <20250210081730.22916-1-peter.ujfalusi@linux.intel.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 PTL-H uses the same configuration as PTL. Signed-off-by: Peter Ujfalusi Reviewed-by: Kai Vehmanen Reviewed-by: Bard Liao Acked-by: Mark Brown --- sound/soc/sof/intel/pci-ptl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/sof/intel/pci-ptl.c b/sound/soc/sof/intel/pci-ptl.c index 0aacdfac9fb4..c4fb6a2441b7 100644 --- a/sound/soc/sof/intel/pci-ptl.c +++ b/sound/soc/sof/intel/pci-ptl.c @@ -50,6 +50,7 @@ static const struct sof_dev_desc ptl_desc = { /* PCI IDs */ static const struct pci_device_id sof_pci_ids[] = { { PCI_DEVICE_DATA(INTEL, HDA_PTL, &ptl_desc) }, /* PTL */ + { PCI_DEVICE_DATA(INTEL, HDA_PTL_H, &ptl_desc) }, /* PTL-H */ { 0, } }; MODULE_DEVICE_TABLE(pci, sof_pci_ids); From patchwork Mon Feb 10 08:17:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 13967450 X-Patchwork-Delegate: bhelgaas@google.com Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 961EF1C174E; Mon, 10 Feb 2025 08:17:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739175439; cv=none; b=NbaJr0L39AtGD6S5uwSrTvRCJJqVbSa8O5ZcnzGzPqnHJDknQexAx/Gsl7QqU0CYHXth3Q+uom6GZhpmC8OnBtjOjruebEtgPT55PhVBFR3uEBm86Ny13QZblzaZkSgQ5mB9Jw6mO2XIhEEUSaq3GB7R0UhgoU55Cx6LrXTm/w8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739175439; c=relaxed/simple; bh=HG8zlBASEXEUuIM8+5uDp+WbCH7TbkKZFp993DRRXSE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=R5nLuipmofVg3m53j/Znl8YRH1aAUmC4a8o7xxXFADX6qPKQIkzojVNZCuFglUSrTXc8h2IfHDWyVaX9wkvggZ66+it1inPRCyFBRolizzG0uj1MwaXhP5gE83gfXtwlZkuvyLsqzS3721g/FGXZafh2qdH5M3BA2qFMde8eEHw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=ltiOUsZ4; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ltiOUsZ4" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1739175438; x=1770711438; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HG8zlBASEXEUuIM8+5uDp+WbCH7TbkKZFp993DRRXSE=; b=ltiOUsZ47884NvgUF9xuJ+oQwJUlTHvYQOQ55lSQ2xJOKWWl7Wb+UcQN N4mq6JTuGod5BysqyebVvylu9I+hxyDZxRm9LzkGWLLR13eS1jIV5M9Jc kpxyKqhKn1clJLZozvkQFlwb+Wq75DthzLfzFXVvRgi9cYaqFiTdJ3lCh GZZsJUk0sfvLlQy/CVsb4ueggbWu7OBTBZggmHqIpbHO0jGOMW80JBm+r gYpuTnPjB2pSg8TrHpLMT5yXjJV9svklDlc88QctXgP6OBQ7w86Gxdj01 v+BJ8N3Xh/6t5EWJWF2rse/FulbQ3g8nD3OG4a7fg2biZg3bonQLR5wg7 w==; X-CSE-ConnectionGUID: dhonwDeQTWex6eUgd3fhrw== X-CSE-MsgGUID: dFmOq1IjS92qafvfUZ//9w== X-IronPort-AV: E=McAfee;i="6700,10204,11340"; a="39629935" X-IronPort-AV: E=Sophos;i="6.13,274,1732608000"; d="scan'208";a="39629935" Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2025 00:17:13 -0800 X-CSE-ConnectionGUID: JCpqIykDTcySFN4yJ8vhyQ== X-CSE-MsgGUID: lTtmBNoXTv6CuJa3wHcysQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,274,1732608000"; d="scan'208";a="112638789" Received: from slindbla-desk.ger.corp.intel.com (HELO pujfalus-desk.intel.com) ([10.245.246.224]) by fmviesa010-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2025 00:17:03 -0800 From: Peter Ujfalusi To: lgirdwood@gmail.com, broonie@kernel.org, tiwai@suse.com Cc: linux-sound@vger.kernel.org, kai.vehmanen@linux.intel.com, ranjani.sridharan@linux.intel.com, yung-chuan.liao@linux.intel.com, pierre-louis.bossart@linux.dev, bhelgaas@google.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 4/4] ALSA: hda: hda-intel: add Panther Lake-H support Date: Mon, 10 Feb 2025 10:17:30 +0200 Message-ID: <20250210081730.22916-5-peter.ujfalusi@linux.intel.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250210081730.22916-1-peter.ujfalusi@linux.intel.com> References: <20250210081730.22916-1-peter.ujfalusi@linux.intel.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Pierre-Louis Bossart Add Intel PTL-H audio Device ID. Signed-off-by: Pierre-Louis Bossart Signed-off-by: Peter Ujfalusi Reviewed-by: Kai Vehmanen Reviewed-by: Bard Liao --- sound/pci/hda/hda_intel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 7d7f9aac50a9..67540e037309 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2496,6 +2496,8 @@ static const struct pci_device_id azx_ids[] = { { PCI_DEVICE_DATA(INTEL, HDA_ARL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE) }, /* Panther Lake */ { PCI_DEVICE_DATA(INTEL, HDA_PTL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) }, + /* Panther Lake-H */ + { PCI_DEVICE_DATA(INTEL, HDA_PTL_H, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) }, /* Apollolake (Broxton-P) */ { PCI_DEVICE_DATA(INTEL, HDA_APL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON) }, /* Gemini-Lake */