* [PATCH] ASoC: Intel: sof_sdw: use PRODUCT_FAMILY for Fatcat series
@ 2025-09-15 2:54 Bard Liao
2025-09-16 12:08 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Bard Liao @ 2025-09-15 2:54 UTC (permalink / raw)
To: broonie, tiwai; +Cc: linux-sound, bard.liao
From: Mac Chiang <mac.chiang@intel.com>
PRODUCT_NAME is machine-specific. Use PRODUCT_FAMILY to ensure
the machine quirk is applied with consistent audio configurations
across Fatcat series products.
Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
---
sound/soc/intel/boards/sof_sdw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index f997b2dc221b..28f03a5f29f7 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -761,7 +761,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
- DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
+ DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Fatcat"),
},
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
SOF_BT_OFFLOAD_SSP(2) |
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ASoC: Intel: sof_sdw: use PRODUCT_FAMILY for Fatcat series
2025-09-15 2:54 [PATCH] ASoC: Intel: sof_sdw: use PRODUCT_FAMILY for Fatcat series Bard Liao
@ 2025-09-16 12:08 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2025-09-16 12:08 UTC (permalink / raw)
To: tiwai, Bard Liao; +Cc: linux-sound, bard.liao
On Mon, 15 Sep 2025 10:54:56 +0800, Bard Liao wrote:
> PRODUCT_NAME is machine-specific. Use PRODUCT_FAMILY to ensure
> the machine quirk is applied with consistent audio configurations
> across Fatcat series products.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: Intel: sof_sdw: use PRODUCT_FAMILY for Fatcat series
commit: 73caf2bcf3f0a3843c091b78b0711e356f8a2ef9
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-16 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 2:54 [PATCH] ASoC: Intel: sof_sdw: use PRODUCT_FAMILY for Fatcat series Bard Liao
2025-09-16 12:08 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox