Skip to content

Commit 70eddf6

Browse files
olifrebroonie
authored andcommitted
ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
This adds the necessary quirk for the Alienware 18 Area 51 (2025). Complements commit 1b03391 ("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> Link: https://patch.msgid.link/20260224190224.30630-1-o.freyermuth@googlemail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 986841d commit 70eddf6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
763763
},
764764
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
765765
},
766+
{
767+
.callback = sof_sdw_quirk_cb,
768+
.matches = {
769+
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
770+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0CCD")
771+
},
772+
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
773+
},
766774
/* Pantherlake devices*/
767775
{
768776
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)