Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025), 0CCD SKU
@ 2026-01-03 21:11 Oliver Freyermuth
  2026-01-16 19:46 ` [PATCH v2] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) " Oliver Freyermuth
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Oliver Freyermuth @ 2026-01-03 21:11 UTC (permalink / raw)
  To: linux-sound

This adds the necessary quirk for the Alienware 18 Area 51 (2025).
Complements 1b03391d073dad748636a1ad9668b837cce58265, which added
support for the Alienware 16 Area 51 (2025).

Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
---
  sound/soc/intel/boards/sof_sdw.c | 8 ++++++++
  1 file changed, 8 insertions(+)

diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index c013e31d0..f486bd74b 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -749,6 +749,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
                 },
                 .driver_data = (void *)(SOC_SDW_CODEC_SPKR),
         },
+       {
+               .callback = sof_sdw_quirk_cb,
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
+                       DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0CCD")
+               },
+               .driver_data = (void *)(SOC_SDW_CODEC_SPKR),
+       },
         /* Pantherlake devices*/
         {
                 .callback = sof_sdw_quirk_cb,
-- 
2.52.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-03-03 11:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-03 21:11 [PATCH] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025), 0CCD SKU Oliver Freyermuth
2026-01-16 19:46 ` [PATCH v2] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) " Oliver Freyermuth
2026-01-25 19:54 ` [PATCH v3] " Oliver Freyermuth
2026-02-22 20:50   ` Oliver Freyermuth
2026-02-24 19:02 ` [PATCH v4] " Oliver Freyermuth
2026-02-25 12:43   ` Pierre-Louis Bossart
2026-03-03 11:19   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox