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

* [PATCH v2] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
  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 ` Oliver Freyermuth
  2026-01-25 19:54 ` [PATCH v3] " Oliver Freyermuth
  2026-02-24 19:02 ` [PATCH v4] " Oliver Freyermuth
  2 siblings, 0 replies; 7+ messages in thread
From: Oliver Freyermuth @ 2026-01-16 19:46 UTC (permalink / raw)
  To: tiwai; +Cc: linux-sound, Oliver Freyermuth

This adds the necessary quirk for the Alienware 18 Area 51 (2025).
Complements 1b03391d073dad748636a1ad9668b837cce58265, which added
support for the Alienware 16 Area 51 (2025).
---
v2:
 - Resend using git-send-email to fix whitespace/tab corruption.

 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

* [PATCH v3] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
  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 ` Oliver Freyermuth
  2026-02-22 20:50   ` Oliver Freyermuth
  2026-02-24 19:02 ` [PATCH v4] " Oliver Freyermuth
  2 siblings, 1 reply; 7+ messages in thread
From: Oliver Freyermuth @ 2026-01-25 19:54 UTC (permalink / raw)
  To: tiwai; +Cc: linux-sound, Oliver Freyermuth

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>
Tested-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
---
v3:
 - Fix signoff, add Tested-by.
v2:
 - Resend using git-send-email to fix whitespace/tab corruption.

 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

* Re: [PATCH v3] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
  2026-01-25 19:54 ` [PATCH v3] " Oliver Freyermuth
@ 2026-02-22 20:50   ` Oliver Freyermuth
  0 siblings, 0 replies; 7+ messages in thread
From: Oliver Freyermuth @ 2026-02-22 20:50 UTC (permalink / raw)
  To: tiwai; +Cc: linux-sound

Hi Takashi,

gentle ping on this patch sent on Jan 25.

This adds a quirk for the Alienware 18 Area 51 (2025).
Please let me know if any changes are needed or if I should resend,
I am a rare kernel contributor, so I may have missed something.

Thanks in advance for your time,
Oliver

Am 25.01.26 um 20:54 schrieb Oliver Freyermuth:
> 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>
> Tested-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
> ---
> v3:
>   - Fix signoff, add Tested-by.
> v2:
>   - Resend using git-send-email to fix whitespace/tab corruption.
> 
>   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,


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

* [PATCH v4] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
  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-24 19:02 ` Oliver Freyermuth
  2026-02-25 12:43   ` Pierre-Louis Bossart
  2026-03-03 11:19   ` Mark Brown
  2 siblings, 2 replies; 7+ messages in thread
From: Oliver Freyermuth @ 2026-02-24 19:02 UTC (permalink / raw)
  To: tiwai; +Cc: linux-sound, broonie, Oliver Freyermuth

This adds the necessary quirk for the Alienware 18 Area 51 (2025).
Complements commit 1b03391d073d ("ASoC: Intel: sof_sdw: Add quirk
for Alienware Area 51 (2025) 0CCC SKU").

Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Tested-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
---
v4:
 - Fix format of commit reference, cc: the ASoC maintainer.
v3:
 - Fix signoff, add Tested-by.
v2:
 - Resend using git-send-email to fix whitespace/tab corruption.

 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

* Re: [PATCH v4] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
  2026-02-24 19:02 ` [PATCH v4] " Oliver Freyermuth
@ 2026-02-25 12:43   ` Pierre-Louis Bossart
  2026-03-03 11:19   ` Mark Brown
  1 sibling, 0 replies; 7+ messages in thread
From: Pierre-Louis Bossart @ 2026-02-25 12:43 UTC (permalink / raw)
  To: Oliver Freyermuth, tiwai; +Cc: linux-sound, broonie

On 2/24/26 20:02, Oliver Freyermuth wrote:
> This adds the necessary quirk for the Alienware 18 Area 51 (2025).
> Complements commit 1b03391d073d ("ASoC: Intel: sof_sdw: Add quirk
> for Alienware Area 51 (2025) 0CCC SKU").
> 
> Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
> Tested-by: Oliver Freyermuth <o.freyermuth@googlemail.com>

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>

> ---
> v4:
>  - Fix format of commit reference, cc: the ASoC maintainer.
> v3:
>  - Fix signoff, add Tested-by.
> v2:
>  - Resend using git-send-email to fix whitespace/tab corruption.
> 
>  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")

If we keep having more skews then dropping the exact match may help reduce the number of entries in this table.
this can be reviewed later if and when such skews appear.

> +		},
> +		.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
> +	},
>  	/* Pantherlake devices*/
>  	{
>  		.callback = sof_sdw_quirk_cb,


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

* Re: [PATCH v4] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
  2026-02-24 19:02 ` [PATCH v4] " Oliver Freyermuth
  2026-02-25 12:43   ` Pierre-Louis Bossart
@ 2026-03-03 11:19   ` Mark Brown
  1 sibling, 0 replies; 7+ messages in thread
From: Mark Brown @ 2026-03-03 11:19 UTC (permalink / raw)
  To: tiwai, Oliver Freyermuth; +Cc: linux-sound

On Tue, 24 Feb 2026 20:02:24 +0100, Oliver Freyermuth wrote:
> This adds the necessary quirk for the Alienware 18 Area 51 (2025).
> Complements commit 1b03391d073d ("ASoC: Intel: sof_sdw: Add quirk
> for Alienware Area 51 (2025) 0CCC SKU").
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
      commit: 70eddf6a0a3fc6d3ab6f77251676da97cc7f12ae

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] 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