Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
To: Oliver Freyermuth <o.freyermuth@googlemail.com>, tiwai@suse.de
Cc: linux-sound@vger.kernel.org, broonie@kernel.org
Subject: Re: [PATCH v4] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
Date: Wed, 25 Feb 2026 13:43:32 +0100	[thread overview]
Message-ID: <f2dd6593-4a00-4a40-acd3-575ac940dafc@linux.dev> (raw)
In-Reply-To: <20260224190224.30630-1-o.freyermuth@googlemail.com>

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,


  reply	other threads:[~2026-02-25 12:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2026-03-03 11:19   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f2dd6593-4a00-4a40-acd3-575ac940dafc@linux.dev \
    --to=pierre-louis.bossart@linux.dev \
    --cc=broonie@kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=o.freyermuth@googlemail.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox